创建配置文件

This commit is contained in:
satori 2024-12-07 08:09:00 +08:00
parent 609db7ed77
commit 31957ea5fb

View File

@ -1,5 +1,17 @@
# hangban # hangban
创建配置文件 config.json
```json
{
"mysql": {
"host": "",
"user": "",
"password": "",
"database": ""
}
}
```
```bash ```bash
# 下载到本地 # 下载到本地
git clone git@git.satori.love:satori/hangban.git git clone git@git.satori.love:satori/hangban.git