.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@var CONFIG_SVC_HOST=cloud23.cvtt.vpn
|
||||
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
||||
@var ResultPath=/tmp
|
||||
|
||||
{
|
||||
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
|
||||
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/redis
|
||||
, "active_instruments": @inc=http://${CONFIG_SVC_HOST}:6789/apps/active_instruments
|
||||
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
|
||||
, "redis": @inc=http://${CONFIG_SERVICE}/apps/common/redis
|
||||
, "active_instruments": @inc=http://${CONFIG_SERVICE}/apps/active_instruments
|
||||
, "cvttcomm": {
|
||||
"type": "redis"
|
||||
, "redis_settings": "cvtt-prod-02"
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
}
|
||||
}
|
||||
, "algos": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/algos
|
||||
, "algos": @inc=http://${CONFIG_SERVICE}/apps/common/algos
|
||||
, "trading_pos_diff_pct_trigger": 10.0
|
||||
, "trading_depth": {
|
||||
"USD": 1000.0,
|
||||
@@ -102,7 +102,7 @@
|
||||
# --------------------------------------------------------------------
|
||||
, "quant": {
|
||||
"app_channel": "QUANT"
|
||||
, "strategies": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/strategies
|
||||
, "strategies": @inc=http://${CONFIG_SERVICE}/apps/common/strategies
|
||||
, "exchanges_settings": {
|
||||
"*": {
|
||||
"mkt_data": {
|
||||
|
||||
Reference in New Issue
Block a user