Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Configure additional config sources (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn authored Oct 1, 2023
1 parent bb1b1d5 commit 7d46fa2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
8 changes: 8 additions & 0 deletions cinema/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"stylesheetResource": "tweetwall.css"
},

"configuration": {
"additionalConfigurationURLs": [
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_conference.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_filters.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_cinema.json"
]
},

"stepEngine": {
"steps": [
{
Expand Down
13 changes: 11 additions & 2 deletions exhibition/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"tweetwall": {
"query": "<YOUR_QUERY>",
"title": "The JavaFX Exhibition Tweetwall for <YOUR_NAME_HERE>!",
"query": "#devoxx",
"title": "The JavaFX Exhibition Tweetwall for Devoxx Belgium 2023!",
"stylesheetResource": "tweetwall.css"
},

"configuration": {
"additionalConfigurationURLs": [
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_conference.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_filters.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_exhibition_google.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_exhibition_twitter.json"
]
},

"stepEngine": {
"steps": [
{
Expand Down
8 changes: 8 additions & 0 deletions hallway/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"stylesheetResource": "tweetwall.css"
},

"configuration": {
"additionalConfigurationURLs": [
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_conference.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_filters.json",
"https://raw.githubusercontent.com/mklaehn/TweetwallFX-Devoxx-2023-BE/configs/base/src/main/resources/tweetwallConfig_hallway.json"
]
},

"stepEngine": {
"steps": [
{
Expand Down

0 comments on commit 7d46fa2

Please sign in to comment.