ahyd_DIB/.env.staging
2023-03-17 19:08:51 +08:00

11 lines
182 B
Plaintext

# 线上环境
ENV = 'production'
VITE_BASE = '/api'
VITE_NODE_ENV='staging'
VITE_USE_CHUNK_MOCK = false
# 线上环境接口地址
VITE_API_URL = 'http://csvideo.bisen-iot.com'