This commit is contained in:
2025-07-19 02:03:24 +08:00
commit ac6eeff8c9
44 changed files with 10305 additions and 0 deletions

12
config/config.yaml Normal file
View File

@ -0,0 +1,12 @@
server:
port: 8080
mysql:
host: 127.0.0.1
port: 3306
user: root
password: secret
database: r2_db
log:
level: debug # 支持 debug, info, warn, error
format: console # 或 json
output: stdout # 或 logs/app.log