You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/24 14:42:18 UTC

[apisix-dashboard] branch master updated: fix: preview mysql pwd was wrong (#393)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new f3884b2  fix: preview mysql pwd was wrong (#393)
f3884b2 is described below

commit f3884b244c7878c51952335c803b3700c2b2460c
Author: kv <gx...@163.com>
AuthorDate: Mon Aug 24 22:42:09 2020 +0800

    fix: preview mysql pwd was wrong (#393)
---
 api/conf/conf_preview.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/conf/conf_preview.json b/api/conf/conf_preview.json
index 6bd791e..07e304a 100644
--- a/api/conf/conf_preview.json
+++ b/api/conf/conf_preview.json
@@ -3,7 +3,7 @@
     "mysql": {
       "address": "#mysqlAddress#",
       "user": "#mysqlUser#",
-      "password": "#mysqlUser#",
+      "password": "#mysqlPWD#",
       "maxConns": 50,
       "maxIdleConns": 25,
       "maxLifeTime": 10