Archived
Merge branch 'main' of github.com:MarkusJoe/RequestCounter
This commit is contained in:
2 files changed
+7
No files matched your search
@@ -1,3 +1,8 @@
|
||||
# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug
|
||||
# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug
|
||||
# 暂时不要将你的fork的仓库同步更新!!!! 有重大bug
|
||||
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/MarkusJoe/FlaskRequestCounter">
|
||||
<img src="https://img.shields.io/badge/Python-3.9.x-blue.svg" alt="PythonVersion">
|
||||
|
||||
@@ -14,6 +14,8 @@ database:
|
||||
# 数据库类型
|
||||
# 可选 'SQLite' /'MySQL'/ -> 暂未开发
|
||||
type: "SQLite"
|
||||
SQLite:
|
||||
path: "./bin/db/data.db"
|
||||
MySQL:
|
||||
# 数据库地址
|
||||
host: "127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user