40 lines
1.0 KiB
INI
40 lines
1.0 KiB
INI
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
|
{
|
|
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
|
|
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
|
|
|
|
, "comm_settings": "/comm/pubsub/redis/cvtt-prod"
|
|
# , "cvttcomm": {
|
|
# "type": "redis"
|
|
# # , "comm_settings": "/comm/pubsub/redis/localhost"
|
|
# , "comm_settings": "/comm/pubsub/redis/cvtt-prod"
|
|
# }
|
|
, "executor": {
|
|
"app_channel": "EXEC"
|
|
}
|
|
, "exchanges_settings": {
|
|
"CVTT": {
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
}
|
|
}
|
|
"CVTT_COINBASE": {
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
}
|
|
}
|
|
, "CVTT_COINBASE_LOCAL": {
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
}
|
|
# , "credentials_key": {
|
|
# "trade": "COINBASE_ADV_TRD"
|
|
# }
|
|
}
|
|
}
|
|
}
|
|
|