24 lines
560 B
INI
24 lines
560 B
INI
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
|
{
|
|
"refdata": @inc=http://${CONFIG_SERVICE}/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"
|
|
}
|
|
}
|
|
|