Skip to content

Commit

Permalink
update cbws target environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo-an committed Aug 2, 2024
1 parent 55f4580 commit 7779760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/setup.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export CBWS_TARGET=${SPIDER_URL:-http://$CBWS_TARGET:1024/spider}
export CBWS_TARGET=${CBWS_TARGET:-0.0.0.0}
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}
Expand Down

0 comments on commit 7779760

Please sign in to comment.