We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297146 commit 1f14997Copy full SHA for 1f14997
readme.md
@@ -104,6 +104,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
104
DATA_ROOT=./static
105
# 静态文件夹URL
106
STATIC_URL=/static
107
+# 是否开启上传
108
+ENABLE_UPLOAD=true
109
# 错误次数
110
ERROR_COUNT=5
111
# 错误限制分钟数
readme_en.md
@@ -113,6 +113,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
113
114
115
116
117
118
119
120
0 commit comments