65 lines
2.2 KiB
INI
65 lines
2.2 KiB
INI
@var GLOBAL_CHANNEL_PREFIX=PROD_PAIR_SEL_MU
|
|
|
|
{
|
|
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata # tetsetraefafd
|
|
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
|
# , "algos": @inc=http://@env{CONFIG_SERVICE}/apps/common/algos
|
|
# , "strategies": @inc=http://@env{CONFIG_SERVICE}/apps/common/strategies
|
|
# , "risk_strategies": @inc=http://@env{CONFIG_SERVICE}/apps/common/risk_strategies
|
|
|
|
# new communication settings
|
|
, "pubsub_settings": "@env{PUBSUB_SETTINGS_CONFIG_KEY}"
|
|
, "cache_settings": "@env{CACHE_SETTINGS_CONFIG_KEY}" # new
|
|
|
|
, "global_channel_prefix": ${GLOBAL_CHANNEL_PREFIX}
|
|
|
|
, "front_gateway": {
|
|
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.FRONT_GW.APP_STATUS"
|
|
, "api": {
|
|
"REST": {
|
|
"port": @env{FRONT_GATEWAY_REST_PORT},
|
|
"base_url": ["POST", "http://localhost:@env{FRONT_GATEWAY_REST_PORT}"]
|
|
}
|
|
}
|
|
, "musvc_peers": {
|
|
"pricer": true, # enable related client
|
|
"bookkeeper": false,
|
|
"trader": false
|
|
}
|
|
}
|
|
, "market_data_gateway": {
|
|
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
|
|
, "exchanges_settings": {
|
|
"*": {
|
|
"mkt_data": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"order_entry": {
|
|
"enabled": false
|
|
, "streaming": false
|
|
},
|
|
"accounting": {
|
|
"enabled": false
|
|
, "streaming": false
|
|
},
|
|
},
|
|
}
|
|
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
|
|
, "exchanges": [
|
|
"COINBASE_AT"
|
|
# , "BNBSPOT"
|
|
]
|
|
}
|
|
, "pricer": {
|
|
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER.APP_STATUS"
|
|
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.PXER."
|
|
, "historical_md": {
|
|
"db": {
|
|
"cred_key": "TSDB-CLD32-PROD-OHLCV-DIRECT-RO"
|
|
}
|
|
, "enable_mda_recording": false # RO account is used
|
|
}
|
|
, "use_md_aggregate_cache": true
|
|
}
|
|
} |