This commit is contained in:
Cryptoval Trading Technologies
2024-03-01 18:56:39 +00:00
parent 58c1a5c7bd
commit 3d5cdaa0f0
4 changed files with 70 additions and 32 deletions
@@ -6,8 +6,7 @@
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "cvttcomm": {
"type": "redis"
# , "redis_settings": "localhost"
, "redis_settings": "cvtt-prod"
, "redis_settings": "cvtt-prod-02"
}
, "books": {
@@ -20,7 +19,7 @@
, "is_short_allowed": false
, "algo": "TRDALGO_001"
, "exchanges_settings": {
"COINBASE_AT": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
@@ -134,21 +133,7 @@
}
, "publish_value_interval": 10.0
, "exchanges_settings": {
"COINBASE_AT": {
"mkt_data": {
"enabled": true
, "streaming": true
},
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"trade": "COINBASE_ADV"
, "read_only": "COINBASE_ADV_RO"
}
}
, "ALPACA_SNDBX": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
+1 -7
View File
@@ -1,16 +1,10 @@
@var CONFIG_SVC_HOST=cloud16.cvtt.vpn
{
# ----------------------------------
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "cvttcomm": {
"type": "redis"
, "redis_settings": "cvtt-prod-02"
# , "redis_settings": "cloud17"
}
"md_portal": {
, "md_portal": {
"app_channel": "MD_PORTAL"
, "exchanges_settings": {
"ALPACA_SNDBX": {
+2 -7
View File
@@ -1,10 +1,5 @@
{
"*": {
"url": "redis://localhost"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
}
, "localhost": {
"localhost": {
"url": "redis://localhost"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
@@ -19,7 +14,7 @@
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
}
, "cvtt-prod": {
, "cvtt-prod-01": {
"url": "redis://cvtt-prod-01.cvtt.vpn"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0