This commit is contained in:
Cryptoval Trading Technologies
2024-02-28 23:04:09 +00:00
parent fe2671e1bb
commit 58c1a5c7bd
11 changed files with 199 additions and 59 deletions
+7 -1
View File
@@ -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
}
+17 -3
View File
@@ -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