From ef648f0b576bb563f000d66da2104c8accdba020 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Tue, 2 May 2023 10:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.inc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 setting.inc.json diff --git a/setting.inc.json b/setting.inc.json new file mode 100644 index 0000000..785b6b3 --- /dev/null +++ b/setting.inc.json @@ -0,0 +1,8 @@ +{ + "Mysql": { + "Host": "127.0.0.1", + "Port": "3306", + "Username": "Index", + "Password": "qaq061823zcw" + } +} \ No newline at end of file