feat(config): 添加配置文件

This commit is contained in:
2024-08-22 10:51:23 +08:00
parent 7a898920a8
commit 167c2c873e
5 changed files with 106 additions and 9 deletions

3
config.yaml Normal file
View File

@ -0,0 +1,3 @@
server:
port: 8080
host: "localhost"