Update README.md

update desc for mysql dsn
This commit is contained in:
TonyQ Wang 2021-11-30 11:23:21 +08:00 committed by GitHub
parent 5ed337926d
commit 7bb4c88ca5

View File

@ -214,7 +214,7 @@ Then put these environment variables in your `.env.local` file:
```sh
DB_DRIVER=mysql
DB_DSN=root@tcp(127.0.0.1:3306)/bbgo
DB_DSN="user:password@tcp(127.0.0.1:3306)/bbgo"
```
#### Configure Sqlite3 Database