.env.production 125 Bytes
Newer Older
耿迪迪's avatar
耿迪迪 committed
1 2 3 4
# 生产环境配置
ENV = 'production'

# 燃气安全管理系统/生产环境
5
VUE_APP_BASE_API = '/prod-api'
6

7
port = 8091