25 lines
715 B
INI
25 lines
715 B
INI
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
|
|
{
|
|
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
|
|
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
|
|
, "exchanges_settings": {
|
|
"COINBASE_AT": {
|
|
"order_entry": {
|
|
"enabled": true
|
|
, "streaming": true
|
|
},
|
|
"mkt_data": {
|
|
"enabled": false
|
|
, "streaming": false
|
|
},
|
|
"accounting": {
|
|
"enabled": false
|
|
, "streaming": false
|
|
}
|
|
, "credentials_key": {
|
|
"read_only": "COINBASE_ADV_RO"
|
|
, "trade": "COINBASE_ADV_TRD"
|
|
}
|
|
}
|
|
}
|
|
} |