15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
# 指定构建模式
|
|
NODE_ENV=production
|
|
|
|
# 接口地址
|
|
VUE_APP_API_URL = http://1.13.246.65:8011/public/index.php #http://120.78.206.39:7001/public/index.php/
|
|
|
|
# 部署应用包时的基本 URL
|
|
VUE_APP_PUBLIC_PATH = /
|
|
|
|
# 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://1.13.246.65:2120 #http://120.78.206.39:2120
|