This commit is contained in:
Cryptoval Trading Technologies
2024-02-28 23:04:09 +00:00
parent fe2671e1bb
commit 58c1a5c7bd
11 changed files with 199 additions and 59 deletions
+17 -3
View File
@@ -1,9 +1,23 @@
@var CVTT_CONFIG_HOST=cloud16.cvtt.vpn
{
"refdata": @inc=http://cloud11.cvtt.vpn:6789/refdata/refdata
, "redis": @inc=http://cloud11.cvtt.vpn:6789/apps/redis
, "cvttcomm": @inc=http://cloud11.cvtt.vpn:6789/apps/cvttcomm
"refdata": @inc=http://${CVTT_CONFIG_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CVTT_CONFIG_HOST}:6789/apps/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