mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
add .env.local.example
This commit is contained in:
parent
d4ac18241c
commit
cdebcc9a58
13
.env.local.example
Normal file
13
.env.local.example
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
SLACK_TOKEN=YOUR_TOKEN
|
||||||
|
SLACK_CHANNEL=CHANNEL_NAME
|
||||||
|
|
||||||
|
# DB_DRIVER="sqlite3"
|
||||||
|
# DB_DSN="bbgo.sqlite3"
|
||||||
|
DB_DRIVER=mysql
|
||||||
|
DB_DSN=root@tcp(127.0.0.1:3306)/bbgo
|
||||||
|
|
||||||
|
MAX_API_KEY=YOUR_API_KEY
|
||||||
|
MAX_API_SECRET=YOUR_API_SECRET
|
||||||
|
|
||||||
|
BINANCE_API_KEY=YOUR_API_KEY
|
||||||
|
BINANCE_API_SECRET=YOUR_API_SECRET
|
Loading…
Reference in New Issue
Block a user