无需部署客户端待完成

服务端直接转发功能 后续将通过集成nginx来实现服务端转发
This commit is contained in:
xiaojie
2024-06-25 10:12:38 +08:00
parent 26ec45b3f9
commit f0a61a1d30
13 changed files with 48 additions and 57 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_API: '"https://server.com"',
BASE_API: '"http://localhost:8888/neutrino-proxy-server"',
USER_NAME: '"visitor"',
USER_PWD: '"123456"'
}