progress
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@var CONFIG_DIR=/home/oleg/develop/cvtt2/cvttpy/config_examples
|
||||
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
|
||||
{
|
||||
|
||||
@@ -10,6 +9,13 @@
|
||||
},
|
||||
}
|
||||
}
|
||||
, "cvttcomm": {
|
||||
"type": "redis"
|
||||
, "redis_settings": "localhost"
|
||||
}
|
||||
, "md_portal": {
|
||||
"app_channel": "MD_PORTAL"
|
||||
}
|
||||
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
|
||||
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
|
||||
{
|
||||
|
||||
"exchanges_settings": {
|
||||
"*": {
|
||||
"mkt_data": {
|
||||
"enabled": true
|
||||
, "streaming": true
|
||||
},
|
||||
}
|
||||
}
|
||||
, "cvttcomm": {
|
||||
"type": "redis"
|
||||
, "redis_settings": "cvtt-prod-02"
|
||||
}
|
||||
, "md_portal": {
|
||||
"app_channel": "MD_PORTAL"
|
||||
}
|
||||
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
|
||||
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
|
||||
}
|
||||
|
||||
@@ -1,9 +1,23 @@
|
||||
@var CVTT_CONFIG_HOST=cloud16.cvtt.vpn
|
||||
{
|
||||
"refdata": @inc=http://cloud11.cvtt.vpn:6789/refdata/refdata
|
||||
, "redis": @inc=http://cloud11.cvtt.vpn:6789/apps/redis
|
||||
, "cvttcomm": @inc=http://cloud11.cvtt.vpn:6789/apps/cvttcomm
|
||||
"refdata": @inc=http://${CVTT_CONFIG_HOST}:6789/refdata/refdata
|
||||
, "redis": @inc=http://${CVTT_CONFIG_HOST}:6789/apps/redis
|
||||
|
||||
, "cvttcomm": {
|
||||
"type": "redis"
|
||||
# , "redis_settings": "localhost"
|
||||
, "redis_settings": "cvtt-prod"
|
||||
}
|
||||
, "executor": {
|
||||
"app_channel": "EXEC"
|
||||
}
|
||||
, "exchanges_settings": {
|
||||
"CVTT": {
|
||||
"order_entry": {
|
||||
"enabled": true
|
||||
, "streaming": true
|
||||
}
|
||||
}
|
||||
"CVTT_COINBASE": {
|
||||
"order_entry": {
|
||||
"enabled": true
|
||||
|
||||
Reference in New Issue
Block a user