From 2f021e9debf48c107bffe92fa046d4992ddd9f74 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 30 Aug 2024 17:51:40 +0800 Subject: [PATCH] 1 --- bin/apigate/config/confdb.mysql.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/apigate/config/confdb.mysql.json diff --git a/bin/apigate/config/confdb.mysql.json b/bin/apigate/config/confdb.mysql.json new file mode 100644 index 00000000..c3477c54 --- /dev/null +++ b/bin/apigate/config/confdb.mysql.json @@ -0,0 +1,9 @@ +{ + "host": "mysql-test.kingsome.cn", + "port": 3306, + "user": "root", + "passwd": "keji178", + "database": "confdb_dev_1", + "max_open_conns": 1, + "max_idle_conns": 1 +}