config_service/data/apps/tests/send_order_cvtt.cfg
Cryptoval Trading Technologies 039c744530 .
2024-08-13 01:50:36 +00:00

39 lines
938 B
INI

@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
{
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
, "redis": @inc=http://${CONFIG_SERVICE}/apps/common/redis
, "cvttcomm": {
"type": "redis"
# , "redis_settings": "localhost"
, "redis_settings": "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"
# }
}
}
}