Files
ruoyi-vue/.env.staging
雷欧(林平凡) 52266d4490 1
2025-08-05 18:14:41 +08:00

13 lines
178 B
Plaintext

# 页面标题
VUE_APP_TITLE = Jarvis
BABEL_ENV = production
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# Jarvis/测试环境
VUE_APP_BASE_API = '/stage-api'