forked from joeldg/bowhead
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
54 lines (42 loc) · 917 Bytes
/
.env.example
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
51
52
53
54
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=UTC
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=bowhead
DB_USERNAME=root
DB_PASSWORD=password
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
CACHE_DRIVER=redis
QUEUE_DRIVER=redis
TIMEZONE='America/Los_Angeles'
#
# pairs we want to trade in.
#
# PAIRS=ETH-USD,BTC-USD,LTC-USD
#
# Use this link for a 30% bonus on your first deposit!
# https://whaleclub.co/join/tn6uE
#
WHALECLUB_TOKEN=
#
# https://www.oanda.com/
#
OANDA_TOKEN=
OANDA_ACCOUNT=
ONEBROKER_TOKEN=
# This is for Gdax and the API ulr is for demo not for the live account
# To use this with live account use the following url https://api.gdax.com
# Maybe this will change go to the site and read the documentation
# https://docs.gdax.com/#introduction
CBKEY=
CBSECRET=
CBPASSPHRASE=
CBURL=https://api-public.sandbox.gdax.com
BITFINIX_KEY=
BITFINIX_SECRET=
POLONIEX_API=
POLONIEX_SECRET=