From da9cc73c92758cb1260eaf402246e91af81d6ca7 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 27 Jun 2022 05:55:55 -0400 Subject: [PATCH] moved to isolated ports --- gulpfile.js | 6 +++--- start-local | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 52f8d76..b381058 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,7 @@ function util_start_browsersync ( ) { return new Promise((resolve, reject) => { browserSync.init({ proxy: { - target: 'http://localhost:3000', + target: 'http://localhost:3010', ws: true, }, host: 'localhost', @@ -31,10 +31,10 @@ function util_start_browsersync ( ) { // key: path.join(__dirname, 'ssl', 'dtp-webapp.key'), // cert: path.join(__dirname, 'ssl', 'dtp-webapp.crt'), // }, - port: 3333, + port: 3310, cors: true, ui: { - port: 3400, + port: 3410, }, notify: false, ghostMode: { diff --git a/start-local b/start-local index 329ee85..5f17397 100755 --- a/start-local +++ b/start-local @@ -10,7 +10,7 @@ export MINIO_ROOT_USER MINIO_ROOT_PASSWORD MINIO_CI_CD forever start --killSignal=SIGINT app/workers/host-services.js forever start --killSignal=SIGINT app/workers/reeeper.js -minio server ./data/minio --console-address ":9001" +minio server ./data/minio --address ":9010" --console-address ":9011" forever stop app/workers/reeeper.js -forever stop app/workers/host-services.js +forever stop app/workers/host-services.js \ No newline at end of file