-
Notifications
You must be signed in to change notification settings - Fork 951
/
env
50 lines (47 loc) · 1.43 KB
/
env
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# General config properties. Properties with `NULL` should be replaced with your own exchange account information.
TRIBECA_MODE=dev
EXCHANGE=null
TradedPair=BTC/USD
WebClientUsername=NULL
WebClientPassword=NULL
WebClientListenPort=3000
MongoDbUrl=mongodb://tribeca-mongo:27017/tribeca
ShowAllOrders=true
NullGatewayTick=100
# DEV
## HitBtc
HitBtcPullUrl=http://demo-api.hitbtc.com
HitBtcOrderEntryUrl=wss://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
## Coinbase
## Use GDAX keys
CoinbaseRestUrl=https://api-public.sandbox.gdax.com
CoinbaseWebsocketUrl=wss://ws-feed-public.sandbox.gdax.com
CoinbasePassphrase=NULL
CoinbaseApiKey=NULL
CoinbaseSecret=NULL
CoinbaseOrderDestination=Coinbase
## OkCoin
OkCoinWsUrl=wss://real.okcoin.com:10440/websocket/okcoinapi
OkCoinHttpUrl=https://www.okcoin.com/api/v1/
OkCoinApiKey=NULL
OkCoinSecretKey=NULL
OkCoinOrderDestination=OkCoin
## Bitfinex
BitfinexHttpUrl=https://api.bitfinex.com/v1
BitfinexKey=NULL
BitfinexSecret=NULL
BitfinexOrderDestination=Bitfinex
# PROD - values provided for reference.
## HitBtc
#HitBtcPullUrl=http://api.hitbtc.com
#HitBtcOrderEntryUrl=wss://api.hitbtc.com:8080
#HitBtcMarketDataUrl=ws://api.hitbtc.com:80
#HitBtcSocketIoUrl=https://api.hitbtc.com:8081
## Coinbase
#CoinbaseRestUrl=https://api.gdax.com
#CoinbaseWebsocketUrl=wss://ws-feed.gdax.com