49 lines
1.2 KiB
INI
49 lines
1.2 KiB
INI
{
|
|
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
|
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
|
, "algos": @inc=http://@env{CONFIG_SERVICE}/apps/common/algos
|
|
"exchanges_settings": {
|
|
"*": {
|
|
"mkt_data": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
},
|
|
"ALPACA-MD-REST-ONLY": {
|
|
"mkt_data": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
},
|
|
},
|
|
"COINBASE_SIM": {
|
|
"mkt_data": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"accounting": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
},
|
|
},
|
|
"ALPACA_SIM": {
|
|
"mkt_data": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"accounting": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
},
|
|
},
|
|
}
|
|
}
|
|
|