28 lines
861 B
INI
28 lines
861 B
INI
{
|
|
"cvtt_fgw": {
|
|
"REST": {
|
|
"service": "cvtt-tester-01.cvtt.vpn:23456",
|
|
# "service": "dev-server-02.cvtt.vpn:23456",
|
|
},
|
|
"healthcheck": {
|
|
"endpoint": "/ping"
|
|
"interval_sec": 5,
|
|
},
|
|
"alerts": {
|
|
"endpoint": "/alerts",
|
|
"default_depth_hours": 48,
|
|
"interval_sec": 5
|
|
},
|
|
"books": {
|
|
"endpoints": {
|
|
"book_list": "/books",
|
|
"book_position": "/book_positions",
|
|
"exchange_positions": "/exchange_positions",
|
|
"change_book_config": "/change_book_config",
|
|
"trading_algos": "/trading_algos",
|
|
"active_trading_algo": "/active_trading_algo"
|
|
"change_trading_algo": "/change_trading_algo"
|
|
}
|
|
}
|
|
}
|
|
} |