修改配置文件

This commit is contained in:
RTAkland
2022-03-01 00:17:33 +08:00
committed by GitHub
parent 86b9ffacc8
commit 5a565b9dd3
1 file changed
+2
+2
View File
@@ -14,6 +14,8 @@ database:
# 数据库类型 # 数据库类型
# 可选 'SQLite' /'MySQL'/ -> 暂未开发 # 可选 'SQLite' /'MySQL'/ -> 暂未开发
type: "SQLite" type: "SQLite"
SQLite:
path: "./bin/db/data.db"
MySQL: MySQL:
# 数据库地址 # 数据库地址
host: "127.0.0.1" host: "127.0.0.1"