-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make Pub/Sub report publishing configurable
- Loading branch information
1 parent
ba65a3e
commit 9f24659
Showing
4 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ export WIS2_GDC_BROKER_URL=mqtt://wis2-gdc:wis2-gdc@mosquitto:1883 | |
export WIS2_GDC_CENTRE_ID=ca-eccc-msc-gdc | ||
export WIS2_GDC_GB=mqtt://everyone:everyone@mosquitto:1883 | ||
export WIS2_GDC_GB_TOPIC=origin/a/wis2/+/+/metadata/# | ||
export WIS2_GDC_PUBLISH_REPORTS=true | ||
|
||
# global broker links | ||
export WIS2_GDC_GB_LINK_METEOFRANCE="Météo-France,mqtts://everyone:[email protected]:8883" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ export WIS2_GDC_BROKER_URL=mqtt://wis2-gdc:wis2-gdc@localhost:1883 | |
export WIS2_GDC_CENTRE_ID=ca-eccc-msc-gdc | ||
export WIS2_GDC_GB=mqtt://everyone:everyone@localhost:1883 | ||
export WIS2_GDC_GB_TOPIC=origin/a/wis2/+/+/metadata/# | ||
export WIS2_GDC_PUBLISH_REPORTS=true | ||
|
||
# global broker links | ||
export WIS2_GDC_GB_LINK_METEOFRANCE="Météo-France,mqtts://everyone:[email protected]:8883" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters