Files
django-vue3-admin/web/.env.production
2023-04-29 01:03:57 +08:00

9 lines
214 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 线上环境
ENV = 'production'
# 线上环境接口地址
VITE_API_URL = '/api' # docker-compose部署不需要修改nginx容器自动代理了这个地址
# 是否启用按钮权限
VITE_PM_ENABLED = true