wlzbmoxiangsi/config/config.txt

13 lines
246 B
Plaintext
Raw Normal View History

2024-08-01 02:08:35 +08:00
# 将此txt文件复制并重命名为config.yaml
# debug模式
debug: true
# 前端地址
web: http://localhost:8080
# 数据库配置
database:
user: yourusername
password: yourpassword
host: 127.0.0.1
port: 3306
dbname: yourdatabase