1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

小改动

This commit is contained in:
2022-10-17 13:24:35 +08:00
parent 62d0eb8cea
commit 4bf451e337
7 changed files with 46 additions and 69 deletions

10
config.example.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mysql": {
"charset": "utf8mb4",
"host": "localhost",
"user": "root",
"password": "root",
"port": 3306,
"database": ""
}
}