using env for CONFIG_SERVICE

This commit is contained in:
Cryptoval Trading Technologies
2025-01-24 04:23:56 +00:00
parent 50dee15642
commit 5e7cf812aa
31 changed files with 104 additions and 99 deletions
+5 -6
View File
@@ -1,10 +1,9 @@
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
@var ResultPath=/tmp
{ "___dummy___": null
, "refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://${CONFIG_SERVICE}/apps/active_instruments
, "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "session_type": "CALENDAR"
, "calendar_session": {
@@ -42,7 +41,7 @@
},
}
}
, "algos": @inc=http://${CONFIG_SERVICE}/apps/common/algos
, "algos": @inc=http://@env{CONFIG_SERVICE}/apps/common/algos
, "trading_pos_diff_pct_trigger": 10.0
, "trading_depth": {
"USD": 1000.0,
@@ -111,7 +110,7 @@
# --------------------------------------------------------------------
, "quant": {
"app_channel": "QUANT"
, "strategies": @inc=http://${CONFIG_SERVICE}/apps/common/strategies
, "strategies": @inc=http://@env{CONFIG_SERVICE}/apps/common/strategies
, "exchanges_settings": {
"*": {
"mkt_data": {