项目文件夹

文件
2026-03-20 19:06:48 +08:00

16 行
252 B
YAML

server:
address: ":9001"
mode: "debug"
database:
host: "localhost"
port: 13306
user: "root"
password: "123456"
database: "clawreef"
jwt:
secret: "clawreef-dev-secret-key-change-in-production"
access_expiry: 60
refresh_expiry: 168