16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
# 指定构建模式
|
|
NODE_ENV=production
|
|
|
|
# 接口地址
|
|
//VUE_APP_API_URL = http://test.cspg-api.ecspg.com/cspg2.4/public/index.php/
|
|
|
|
|
|
# 部署应用包时的基本 URL
|
|
VUE_APP_PUBLIC_PATH = /dev_c1.1.0.5/dist/
|
|
|
|
# FTP 下载基础URL 9910 生产, 9911测试
|
|
FTP_DOWNLOAD_BASE_URL = http://113.98.62.215:9910/download
|
|
# FTP_DOWNLOAD_BASE_URL = http://113.98.62.215:9911/download
|
|
|
|
#websocket地址
|
|
//VUE_APP_SOCKET_URL = http://47.115.14.163:2120 |