novel-front-web/.env.production
2022-05-16 21:07:21 +08:00

5 lines
154 B
Plaintext

# 生产环境配置
ENV = 'production'
VUE_APP_BASE_API_URL = 'http://47.106.243.172:8888/api/front'
VUE_APP_BASE_IMG_URL = 'http://47.106.243.172:8888'