This commit is contained in:
Cryptoval Trading Technologies
2025-12-18 21:33:01 +00:00
parent 5d8e174d16
commit bdb714fbba
+5 -4
View File
@@ -59,8 +59,8 @@
] ]
} }
, "bookkeeper": { , "bookkeeper": {
"channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.BKPR." "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.BKPR.APP_STATUS"
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.BKPR.APP_STATUS" , "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.BKPR."
, "db": { , "db": {
"server_type": "timescale", "server_type": "timescale",
"cred_key": "TSDB_CVTT_TESTER_01_DIRECT" "cred_key": "TSDB_CVTT_TESTER_01_DIRECT"
@@ -69,7 +69,8 @@
, "use_cache": true , "use_cache": true
} }
, "front_gateway": { , "front_gateway": {
"api": { "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.FRONT_GW.APP_STATUS"
, "api": {
"REST": { "REST": {
"port": @env{FRONT_GATEWAY_REST_PORT}, "port": @env{FRONT_GATEWAY_REST_PORT},
"base_url": ["POST", "http://localhost:@env{FRONT_GATEWAY_REST_PORT}"] "base_url": ["POST", "http://localhost:@env{FRONT_GATEWAY_REST_PORT}"]
@@ -77,6 +78,7 @@
} }
} }
, "market_data_gateway": { , "market_data_gateway": {
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
"exchanges_settings": { "exchanges_settings": {
"*": { "*": {
"mkt_data": { "mkt_data": {
@@ -94,7 +96,6 @@
}, },
} }
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW." , "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
, "exchanges": [ , "exchanges": [
"COINBASE_AT" "COINBASE_AT"
# , "COINBASE_FUT" # , "COINBASE_FUT"