-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
pkg | ||
conf/* | ||
conf/*.env | ||
conf/setup.env | ||
!conf/setup.env | ||
!conf/setup.sample.env | ||
|
||
data/* | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export CBWS_TARGET=${SPIDER_URL:-http://$CBWS_TARGET:1024/spider} | ||
export SPIDER_URL=${SPIDER_URL:-http://$CBWS_TARGET:1024/spider} | ||
export TUMBLE_URL=${TUMBLE_URL:-http://$CBWS_TARGET:1323/tumblebug} | ||
export DRAGONFLY_URL=${DRAGONFLY_URL:-http://$CBWS_TARGET:9090/dragonfly} | ||
export CICADA_URL=${CICADA_URL:-http://$CBWS_TARGET:8083/cicada} | ||
export HONEYBEE_URL=${HONEYBEE_URL:-http://$CBWS_TARGET:8081/honeybee} | ||
export BEETLE_URL=${BEETLE_URL:-http://$CBWS_TARGET:8056/beetle} | ||
export API_GW=${API_GW:-http://$CBWS_TARGET:8000} | ||
export LADYBUG_URL=${LADYBUG_URL:-http://$CBWS_TARGET:1470/ladybug} | ||
export LoginUser=${LoginUser:-admin} | ||
export LoginEmail=${LoginEmail:-admin} | ||
export LoginPassword=${LoginPassword:-admin} | ||
export LoginAccessSecret=${LoginAccessSecret:-admin} | ||
export LoginRefreshSecret=${LoginRefreshSecret:-admin} | ||
export API_USERNAME=${API_USERNAME:-default} | ||
export API_PASSWORD=${API_PASSWORD:-default} |