config_service/data/apps/tests/send_order_cvtt.cfg
Cryptoval Trading Technologies 5e7cf812aa using env for CONFIG_SERVICE
2025-01-24 04:23:56 +00:00

39 lines
1000 B
INI

{
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{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"
# }
}
}
}