tlab-trading-toolkit
Version:
A trading toolkit for building advanced trading bots on the GDAX platform
57 lines • 966 B
JSON
{
"masterbalancer": {
"host": "masterbalancer",
"port": 13000
},
"influx": {
"db": "ticks",
"host": "localhost",
"port": 8086
},
"networkb": {
"port": 15000
},
"rebalancer": {
"host": "rebalancer",
"port": 12000
},
"redis": {
"cache": {
"host": "localhost",
"password": "google17",
"port": 6379,
"cluster": false
},
"database": {
"host": "pub-redis-13345.ap-southeast-1-1.1.ec2.garantiadata.com",
"password": "google17",
"port": 13345
},
"pubsub": {
"host": "localhost",
"password": "google17",
"port": 6379
}
},
"rethinkdb": {
"db": "tlab",
"host": "rethinkdb",
"port": 28015
},
"runnow": {
"host": "runnow",
"port": 16000
},
"worker": {
"host": "worker",
"port": 14000
},
"candles": {
"host": "candles",
"port": 3011
},
"depth": {
"host": "depth",
"port": 3011
}
}