更新配置文件

This commit is contained in:
MarkusJoe
2022-02-28 21:22:40 +08:00
parent 5acb84f972
commit 234ed15739
1 file changed
-7
-7
View File
@@ -14,13 +14,6 @@ database:
# 数据库类型
# 可选 'SQLite' /'MySQL'/ -> 暂未开发
type: "SQLite"
SQLite:
# 数据库的路径,
# 需要从app.py文件所在目录为工作目录
path: "./bin/db/data.db"
# 暂未开发
MySQL:
# 数据库地址
host: "127.0.0.1"