无需部署客户端待完成
服务端直接转发功能 后续将通过集成nginx来实现服务端转发
This commit is contained in:
@@ -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"'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user