server.js
This commit is contained in:
parent
032655c839
commit
2836de1bb1
@ -28,10 +28,10 @@ const express = require('express');
|
|||||||
const http = require('http');
|
const http = require('http');
|
||||||
const httpProxy = require('http-proxy');
|
const httpProxy = require('http-proxy');
|
||||||
const forwardHost = 'localhost';
|
const forwardHost = 'localhost';
|
||||||
const forwardPort = 8085;
|
const forwardPort = 8080;
|
||||||
|
|
||||||
const ruleNodeUiforwardHost = 'localhost';
|
const ruleNodeUiforwardHost = 'localhost';
|
||||||
const ruleNodeUiforwardPort = 8085;
|
const ruleNodeUiforwardPort = 8080;
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const server = http.createServer(app);
|
const server = http.createServer(app);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user