From 80b44b314a19cd47dd88e8956b51858108fef313 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 12:33:27 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 74a2396..54aecd3 100644 --- a/conf/config.json +++ b/conf/config.json @@ -144,7 +144,7 @@ }, "SqlSettings": { "DriverName": "mysql", - "DataSource": "mysql://__DB_USER__:__DB_PASS__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8", + "DataSource": "__DB_USER__:__DB_PASS__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8", "DataSourceReplicas": [], "DataSourceSearchReplicas": [], "MaxIdleConns": 20, @@ -361,8 +361,8 @@ "EnableDaily": false }, "LocalizationSettings": { - "DefaultServerLocale": "en", - "DefaultClientLocale": "en", + "DefaultServerLocale": "__LANGUAGE__", + "DefaultClientLocale": "__LANGUAGE__", "AvailableLocales": "" }, "SamlSettings": {