39 lines
949 B
INI
39 lines
949 B
INI
@var CVTT_CONFIG_HOST=cloud16.cvtt.vpn
|
|
{
|
|
"refdata": @inc=http://${CVTT_CONFIG_HOST}:6789/refdata/refdata
|
|
, "redis": @inc=http://${CVTT_CONFIG_HOST}:6789/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"
|
|
# }
|
|
}
|
|
}
|
|
}
|
|
|