This commit is contained in:
Cryptoval Trading Technologies
2024-02-12 02:04:15 +00:00
parent 312aa0b227
commit b25d88e5af
4 changed files with 49 additions and 2 deletions
+9
View File
@@ -12,6 +12,15 @@
"read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
+28
View File
@@ -0,0 +1,28 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
"__DUMMY__": null
, "exchanges_settings": {
"COINBASE_AT": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "COINBASE_ADV_TRD"
}
}
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": true
}
, "credentials_key": {
"trade": "ALPACA_SANDBOX"
}
}
}
, "refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
}