将数据库合并并添加了配置文件

This commit is contained in:
MarkusJoe
2022-02-23 22:04:21 +08:00
parent 7f723ddc59
commit 8f369fca03
11 files changed
+313 -254

No files matched your search

+22
View File
@@ -0,0 +1,22 @@
servers:
# 服务器建立的地址
host: "0.0.0.0"
# 服务器监听的端口
port: 5000
database:
# 数据库类型
type: sqlite
sqlite:
path: "./bin/db/data.db"
# 暂未开发
# mysql:
# address: "localhost"
# port: 3306
# user: ""
# password: ""