36 lines
856 B
INI
36 lines
856 B
INI
{
|
|
"__DUMMY__": null
|
|
|
|
, "exchanges_settings": {
|
|
"COINBASE_AT": {
|
|
"accounting": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
}
|
|
, "credentials_key": {
|
|
"read_only": "COINBASE_ADV_RO"
|
|
}
|
|
}
|
|
, "ALPACA_SNDBX": {
|
|
"accounting": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
}
|
|
, "credentials_key": {
|
|
"read_only": "ALPACA_SANDBOX"
|
|
}
|
|
}
|
|
, "ALPACA_PROD": {
|
|
"accounting": {
|
|
"enabled": true
|
|
, "streaming": false
|
|
}
|
|
, "credentials_key": {
|
|
"read_only": "ALPACA_PROD"
|
|
}
|
|
}
|
|
}
|
|
, "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
|
}
|
|
|