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 874829f commit 73f2be6Copy full SHA for 73f2be6
docs/backend/reference/config.md
@@ -6,9 +6,9 @@ title: 配置
6
7
## 环境配置
8
9
-### `ENVIRONMENT` <Badge type="info" text="Literal['dev', 'pro']" /> <Badge type="warning" text="env" />
+### `ENVIRONMENT` <Badge type="info" text="Literal['dev', 'prod']" /> <Badge type="warning" text="env" />
10
11
-指定环境模式,当设置为 `pro` 时,openapi 相关在线文档将被禁止访问
+指定环境模式,当设置为 `prod` 时,openapi 相关在线文档将被禁止访问
12
13
## FastAPI 配置
14
0 commit comments