mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
Merge pull request #283 from tony1223/patch-1
Update README.md for mysql dsn
This commit is contained in:
commit
543ac84c27
|
@ -214,7 +214,7 @@ Then put these environment variables in your `.env.local` file:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
DB_DRIVER=mysql
|
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
|
#### Configure Sqlite3 Database
|
||||||
|
|
Loading…
Reference in New Issue
Block a user