init
This commit is contained in:
8
web/.env.production
Normal file
8
web/.env.production
Normal file
@@ -0,0 +1,8 @@
|
||||
# 线上环境
|
||||
ENV = 'production'
|
||||
|
||||
# 线上环境接口地址
|
||||
VITE_API_URL = '/api' # docker-compose部署不需要修改,nginx容器自动代理了这个地址
|
||||
|
||||
# 是否启用按钮权限
|
||||
VITE_PM_ENABLED = true
|
||||
Reference in New Issue
Block a user