add bbgo yaml config file

This commit is contained in:
c9s 2020-10-10 12:23:05 +08:00
parent 045a104ef7
commit 978dc4be67
2 changed files with 11 additions and 1 deletions

10
config/bbgo.yaml Normal file
View File

@ -0,0 +1,10 @@
---
notifier:
slack:
errorChannel: "bbgo-error"
exchange:
binance:
target: binance
max:
target: max

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/adshao/go-binance v0.0.0-20200604145522-bf563a35f17f
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/go-test/deep v1.0.6 // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/uuid v1.1.2