This commit is contained in:
Cryptoval Trading Technologies
2024-12-14 01:08:13 +00:00
parent 8b109e933c
commit c1c72b7f80
7 changed files with 148 additions and 3 deletions
+9
View File
@@ -21,6 +21,15 @@
"read_only": "ALPACA_SANDBOX"
}
}
, "ALPACA_PROD": {
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "ALPACA_PROD"
}
}
, "GEMINI-SNDBX": {
"accounting": {
"enabled": true
+9 -1
View File
@@ -21,8 +21,16 @@
"read_only": "ALPACA_SANDBOX"
}
}
, "ALPACA_PROD": {
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "ALPACA_PROD"
}
}
}
, "refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://${CONFIG_SERVICE}/apps/common/comm
}