forked from michaelgrosner/tribeca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-dev-tribeca.json
35 lines (31 loc) · 1.2 KB
/
sample-dev-tribeca.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"TRIBECA_MODE": "dev",
"EXCHANGE": "null",
"TradedPair": "BTC/USD",
"MongoDbUrl": "mongodb://localhost:27017/tribeca",
"WebClientUsername": "NULL",
"WebClientPassword": "NULL",
"WebClientListenPort": "3000",
"HitBtcPullUrl": "http://demo-api.hitbtc.com",
"HitBtcOrderEntryUrl": "ws://demo-api.hitbtc.com:8080",
"HitBtcMarketDataUrl": "ws://demo-api.hitbtc.com:80",
"HitBtcSocketIoUrl": "https://demo-api.hitbtc.com:8081",
"HitBtcApiKey": "NULL",
"HitBtcSecret": "NULL",
"HitBtcOrderDestination": "HitBtc",
"CoinbaseRestUrl": "https://api-public.sandbox.gdax.com",
"CoinbaseWebsocketUrl": "wss://ws-feed-public.sandbox.gdax.com",
"CoinbasePassphrase": "NULL",
"CoinbaseApiKey": "NULL",
"CoinbaseSecret": "NULL",
"CoinbaseOrderDestination": "Coinbase",
"OkCoinWsUrl": "wss://real.okcoin.com:10440/websocket/okcoinapi",
"OkCoinHttpUrl": "https://www.okcoin.com/api/v1/",
"OkCoinApiKey": "NULL",
"OkCoinSecretKey": "NULL",
"OkCoinOrderDestination": "OkCoin",
"BitfinexHttpUrl": "https://api.bitfinex.com/v1",
"BitfinexKey": "NULL",
"BitfinexSecret": "NULL",
"BitfinexOrderDestination": "Bitfinex"
}