Skip to content

Commit 826a3a4

Browse files
committed
chore: 升级版本至1.3.1
1 parent 3149a9f commit 826a3a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dash-fastapi-backend/.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
1010
# 应用端口
1111
APP_PORT = 9099
1212
# 应用版本
13-
APP_VERSION= '1.3.0'
13+
APP_VERSION= '1.3.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = true
1616

dash-fastapi-backend/.env.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# 应用运行环境
33
APP_ENV = 'prod'
44
# 应用名称
5-
APP_NAME = 'Dash-FasAPI'
5+
APP_NAME = 'Dash-FasAPI-Admin'
66
# 应用代理路径
77
APP_ROOT_PATH = '/prod-api'
88
# 应用主机
99
APP_HOST = '0.0.0.0'
1010
# 应用端口
1111
APP_PORT = 9099
1212
# 应用版本
13-
APP_VERSION= '1.3.0'
13+
APP_VERSION= '1.3.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = false
1616

0 commit comments

Comments
 (0)