This commit is contained in:
Cryptoval Trading Technologies
2024-04-10 17:03:02 +01:00
parent 0c86192a58
commit 3aea35f424
5 changed files with 111 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
"exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
}
}
, "cvttcomm": {
"type": "redis"
, "redis_settings": "localhost"
}
}