This commit is contained in:
Cryptoval Trading Technologies
2025-12-05 21:46:01 +00:00
parent e03ab00b2f
commit 6d822203ef
+2 -2
View File
@@ -1,7 +1,7 @@
@var GLOBAL_CHANNEL_PREFIX=CVTT_MU @var GLOBAL_CHANNEL_PREFIX=CVTT_MU
{ {
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata # pxer
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm , "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "algos": @inc=http://@env{CONFIG_SERVICE}/apps/common/algos , "algos": @inc=http://@env{CONFIG_SERVICE}/apps/common/algos
, "strategies": @inc=http://@env{CONFIG_SERVICE}/apps/common/strategies , "strategies": @inc=http://@env{CONFIG_SERVICE}/apps/common/strategies
@@ -10,7 +10,7 @@
# new communication settings # new communication settings
, "comm_settings": "@env{CONFIG_COMM_SETTINGS}" # DEPRECATED , "comm_settings": "@env{CONFIG_COMM_SETTINGS}" # DEPRECATED
, "pubsub_settings": "@env{PUBSUB_SETTINGS_CONFIG_KEY}" , "pubsub_settings": "@env{PUBSUB_SETTINGS_CONFIG_KEY}"
, "cache_settings": "@env{CACHE_SETTINGS_CONFIG_KEY}" , "cache_settings": "@env{CACHE_SETTINGS_CONFIG_KEY}" # new
, "global_channel_prefix": ${GLOBAL_CHANNEL_PREFIX} , "global_channel_prefix": ${GLOBAL_CHANNEL_PREFIX}