config_service/data/apps/tests/get_positions.cfg
Cryptoval Trading Technologies d468bdfd79 moving redis to comm
2024-10-26 00:18:37 +00:00

38 lines
960 B
INI

@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
{
"__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"
}
}
, "GEMINI-SNDBX": {
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "GEMINI_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
}