Skip to content

Commit

Permalink
Update setup.env
Browse files Browse the repository at this point in the history
  • Loading branch information
MZC-CSC authored Jun 14, 2022
1 parent 55b0dce commit c05bb4b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions conf/setup.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## for dynamic target, using ${CBWS_TARGET}
# common WIP env for test/demo set export CBWS_TARGET=
export CBWS_TARGET=52.197.30.208
export CBWS_TARGET=localhost

## localhost
export SPIDER_URL=http://${CBWS_TARGET}:1024/spider
export TUMBLE_URL=http://${CBWS_TARGET}:1323/tumblebug
export DRAGONFLY_URL=http://52.197.30.208:9090/dragonfly
export DRAGONFLY_URL=http://${CBWS_TARGET}:9090/dragonfly
export API_GW=http://${CBWS_TARGET}:8000

export LADYBUG_URL=${API_GW}/ladybug
Expand All @@ -14,9 +14,8 @@ export MCKS_URL=http://${CBWS_TARGET}:1470/mcks
export LoginUser=admin
export LoginEmail=admin
export LoginPassword=admin
export LoginAccessSecret=cloudbarista
export LoginRefreshSecret=webtool

export API_USERNAME=default
export API_PASSWORD=default
export LoginAccessSecret=<input access secret>
export LoginRefreshSecret=<input refresh secret>

export API_USERNAME=<api userName for using Tumblebug>
export API_PASSWORD=<api password for using Tumblebug>

0 comments on commit c05bb4b

Please sign in to comment.