using env for CONFIG_SERVICE
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
||||
|
||||
@var DATA_DIR=/home/coder/project/data
|
||||
|
||||
@var MD_WS_PORT=10180
|
||||
@@ -12,9 +10,9 @@
|
||||
@var TO_TIME=20:00
|
||||
|
||||
{
|
||||
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
|
||||
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
|
||||
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
|
||||
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
||||
, "comm_settings": "/comm/pubsub/redis/localhost"
|
||||
, "simulation": {
|
||||
"speed_factor": 0.0,
|
||||
|
||||
Reference in New Issue
Block a user