Merge pull request #283 from tony1223/patch-1

Update README.md for mysql dsn
This commit is contained in:
Yo-An Lin 2021-12-01 16:23:24 +08:00 committed by GitHub
commit 543ac84c27

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