Skip to content

Commit 6d83e94

Browse files
committed
update:update readme
1 parent 3c0376b commit 6d83e94

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
104104
DATA_ROOT=./static
105105
# 静态文件夹URL
106106
STATIC_URL=/static
107+
# 开启上传
108+
ENABLE_UPLOAD=True
107109
# 错误次数
108110
ERROR_COUNT=5
109111
# 错误限制分钟数

readme_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ then restart the container.
102102
If it is not Docker, you need to create a `data` folder in the same directory as the project, and then create a `.env`
103103
file
104104

105-
```bash
106-
107105
```dotenv
108106
# 端口
109107
PORT=12345
@@ -113,6 +111,8 @@ DATABASE_URL=sqlite+aiosqlite:///database.db
113111
DATA_ROOT=./static
114112
# 静态文件夹URL
115113
STATIC_URL=/static
114+
# 开启上传
115+
ENABLE_UPLOAD=True
116116
# 错误次数
117117
ERROR_COUNT=5
118118
# 错误限制分钟数

0 commit comments

Comments
 (0)