This commit is contained in:
Cryptoval Trading Technologies
2024-05-10 03:05:20 +01:00
parent 7a173c54fb
commit 5b7680f25a
6 changed files with 46 additions and 90 deletions
+23
View File
@@ -0,0 +1,23 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "calendar_session": {
"trading_hours_url": [
"GET"
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
]
}
, "exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
}
}
, "cvttcomm": {
"type": "redis"
, "redis_settings": "localhost"
}
}