This commit is contained in:
Cryptoval Trading Technologies
2023-11-11 01:46:24 +00:00
parent 5e49af0589
commit 2c3aa1c01e
3 changed files with 74 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"CVTT_COINBASE": {
"accounting": {
"enabled": true
, "streaming": false
}
}
, "CVTT_COINBASE_LOCAL": {
"accounting": {
"enabled": true
, "streaming": false
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
}