forked from EVerest/everest-demo
-
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.
This is not strictly required, since this is a sub script that we source in the main script. But the static code analysis tool complains, so let's fix it. Signed-off-by: Shankari <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
CSMS_SP1_URL="ws://host.docker.internal:8082/cp001" | ||
CSMS_SP2_URL="wss://host.docker.internal:8443/cp001" | ||
CSMS_SP3_URL="wss://host.docker.internal:8444/cp001" | ||
export CSMS_SP1_URL="ws://host.docker.internal:8082/cp001" | ||
export CSMS_SP2_URL="wss://host.docker.internal:8443/cp001" | ||
export CSMS_SP3_URL="wss://host.docker.internal:8444/cp001" |
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