This commit is contained in:
zyj
2025-07-17 16:55:32 +08:00
commit 32d7e9ac0d
5 changed files with 366 additions and 0 deletions

11
config.yaml Normal file
View File

@@ -0,0 +1,11 @@
# 数据库配置
database:
username: "root"
password: "root"
host: "localhost"
port: 3306
database: "jz"
# 当前监听的端口
port: 6310