Merge branch 'main' of github.com:MarkusJoe/RequestCounter

This commit is contained in:
MarkusJoe
2022-03-01 20:52:13 +08:00
2 files changed
+7

No files matched your search

+2
View File
@@ -14,6 +14,8 @@ database:
# 数据库类型
# 可选 'SQLite' /'MySQL'/ -> 暂未开发
type: "SQLite"
SQLite:
path: "./bin/db/data.db"
MySQL:
# 数据库地址
host: "127.0.0.1"