add .env.local.example

This commit is contained in:
c9s 2023-11-04 12:55:22 +08:00
parent d4ac18241c
commit cdebcc9a58
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

13
.env.local.example Normal file
View 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