Spaces:
Running
Running
Commit
·
3bb34cc
1
Parent(s):
a3113b3
fixed protocol from http to https
Browse files- myNodeServer.js +1 -1
myNodeServer.js
CHANGED
@@ -4,7 +4,7 @@ const { spawn } = require('child_process');
|
|
4 |
const PROXY_PORT_OMNITOOL = 4444;
|
5 |
const CONTAINER_HOST = '127.0.0.1';
|
6 |
const CONTAINER_PORT_OMNITOOL = 1688;
|
7 |
-
const PROTOCOL = '
|
8 |
let OMNITOOL_READY = false;
|
9 |
let OMNITOOL_PRE_READY = false;
|
10 |
let ALREADY_STARTING = false;
|
|
|
4 |
const PROXY_PORT_OMNITOOL = 4444;
|
5 |
const CONTAINER_HOST = '127.0.0.1';
|
6 |
const CONTAINER_PORT_OMNITOOL = 1688;
|
7 |
+
const PROTOCOL = 'https';
|
8 |
let OMNITOOL_READY = false;
|
9 |
let OMNITOOL_PRE_READY = false;
|
10 |
let ALREADY_STARTING = false;
|