-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust response payload to MQTT subscription
- Loading branch information
1 parent
2bb8bf5
commit d353a08
Showing
2 changed files
with
74 additions
and
40 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
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,3 +6,9 @@ export WIS2_GREP_BACKEND_CONNECTION=http://wis2-grep-backend:9200/wis2-notificat | |
export WIS2_GREP_BROKER_URL=mqtt://wis2-grep:wis2-grep@wis2-grep-broker:1883 | ||
export WIS2_GREP_CENTRE_ID=ca-eccc-msc-global-replay | ||
export WIS2_GREP_GB=mqtts://everyone:[email protected]:8883 | ||
|
||
# global broker links | ||
export WIS2_GREP_GB_LINK_METEOFRANCE="fr-meteo-france-global-broker,mqtts://everyone:[email protected]:8883,Météo-France, Global Broker Service" | ||
export WIS2_GREP_GB_LINK_CMA="cn-cma-global-broker,mqtts://everyone:[email protected]:8883,China Meteorological Agency, Global Broker Service" | ||
export WIS2_GREP_GB_LINK_NOAA="us-noaa-nws-global-broker,mqtts://everyone:[email protected]:8883,National Oceanic and Atmospheric Administration, National Weather Service, Global Broker Service" | ||
export WIS2_GREP_GB_LINK_INMET="br-inmet-global-broker,mqtts://everyone:[email protected]:8883,Instituto Nacional de Meteorologia (Brazil), Global Broker Service" |