This commit is contained in:
Cryptoval Trading Technologies
2024-03-06 22:21:28 +00:00
parent 3d5cdaa0f0
commit 0c86192a58
5 changed files with 50 additions and 13 deletions
+3 -3
View File
@@ -1,6 +1,8 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "active_instruments": @inc=http://${CONFIG_SVC_HOST}:6789/apps/active_instruments
"exchanges_settings": {
"*": {
"mkt_data": {
@@ -16,7 +18,5 @@
, "md_portal": {
"app_channel": "MD_PORTAL"
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
}
+4 -4
View File
@@ -1,7 +1,9 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"exchanges_settings": {
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "active_instruments": @inc=http://${CONFIG_SVC_HOST}:6789/apps/active_instruments
, "exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
@@ -16,7 +18,5 @@
, "md_portal": {
"app_channel": "MD_PORTAL"
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
}