From 4062d90068ab59ba1f1c17893673e47b91b97c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Tue, 7 Nov 2017 19:37:46 +0100 Subject: [PATCH] Remove a remaining quote in README Close #193 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f04bcb..317b392 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you use a Mattermost configuration file on a different location than the defa If you choose to use MySQL instead of PostgreSQL, you should set a different datasource and SQL driver : * `DB_PORT_NUMBER` : `3306` * `MM_SQLSETTINGS_DRIVERNAME` : `mysql` -* `MM_SQLSETTINGS_DATASOURCE` : `MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s"` +* `MM_SQLSETTINGS_DATASOURCE` : `MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s` Don't forget to replace all entries (beginning by `MM_` and `DB_`) in `MM_SQLSETTINGS_DATASOURCE` with the real variables values. ### Web server container