From 7bb4c88ca5020d40526affe5f7c8cfa4fd00e3e1 Mon Sep 17 00:00:00 2001 From: TonyQ Wang Date: Tue, 30 Nov 2021 11:23:21 +0800 Subject: [PATCH] Update README.md update desc for mysql dsn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3227b51b7..24c95f8d7 100644 --- a/README.md +++ b/README.md @@ -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