From 31957ea5fb6d381553bd11c9dd4194da8ced701e Mon Sep 17 00:00:00 2001 From: satori Date: Sat, 7 Dec 2024 08:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index be00cf5..43e81f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # hangban +创建配置文件 config.json +```json +{ + "mysql": { + "host": "", + "user": "", + "password": "", + "database": "" + } +} +``` + ```bash # 下载到本地 git clone git@git.satori.love:satori/hangban.git