diff options
Diffstat (limited to 'UI source code/dns_mapping_ui-master/.env.production')
| -rw-r--r-- | UI source code/dns_mapping_ui-master/.env.production | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/.env.production b/UI source code/dns_mapping_ui-master/.env.production new file mode 100644 index 0000000..70f3cdc --- /dev/null +++ b/UI source code/dns_mapping_ui-master/.env.production @@ -0,0 +1,7 @@ +ENV = 'production' + +# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 +# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http +VUE_APP_BASE_API = 'http://192.168.10.175:8888' +# 如果接口是 http 形式, wss 需要改为 ws +VUE_APP_WS_API = 'ws://192.168.10.175:8888' |
