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 3149a9f commit 826a3a4Copy full SHA for 826a3a4
dash-fastapi-backend/.env.dev
@@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
10
# 应用端口
11
APP_PORT = 9099
12
# 应用版本
13
-APP_VERSION= '1.3.0'
+APP_VERSION= '1.3.1'
14
# 应用是否开启热重载
15
APP_RELOAD = true
16
dash-fastapi-backend/.env.prod
@@ -2,15 +2,15 @@
2
# 应用运行环境
3
APP_ENV = 'prod'
4
# 应用名称
5
-APP_NAME = 'Dash-FasAPI'
+APP_NAME = 'Dash-FasAPI-Admin'
6
# 应用代理路径
7
APP_ROOT_PATH = '/prod-api'
8
# 应用主机
9
APP_HOST = '0.0.0.0'
APP_RELOAD = false
0 commit comments