File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# 应用运行环境
33APP_ENV = ' dev'
44# 应用名称
5- APP_NAME = ' RuoYi-FasAPI '
5+ APP_NAME = ' RuoYi-FastAPI '
66# 应用代理路径
77APP_ROOT_PATH = ' /dev-api'
88# 应用主机
99APP_HOST = ' 0.0.0.0'
1010# 应用端口
1111APP_PORT = 9099
1212# 应用版本
13- APP_VERSION = ' 1.0.2 '
13+ APP_VERSION = ' 1.0.3 '
1414# 应用是否开启热重载
1515APP_RELOAD = true
1616
Original file line number Diff line number Diff line change 22# 应用运行环境
33APP_ENV = ' prod'
44# 应用名称
5- APP_NAME = ' RuoYi-FasAPI '
5+ APP_NAME = ' RuoYi-FastAPI '
66# 应用代理路径
77APP_ROOT_PATH = ' /prod-api'
88# 应用主机
99APP_HOST = ' 0.0.0.0'
1010# 应用端口
1111APP_PORT = 9099
1212# 应用版本
13- APP_VERSION = ' 1.0.2 '
13+ APP_VERSION = ' 1.0.3 '
1414# 应用是否开启热重载
1515APP_RELOAD = false
1616
Original file line number Diff line number Diff line change 11{
22 "name" : " vfadmin" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " vfadmin管理系统" ,
55 "author" : " insistence" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments