fix bug
This commit is contained in:
parent
7571b91780
commit
99c9a32f49
@ -225,7 +225,7 @@ if [[ -f "$kasm_config_file" ]]; then
|
|||||||
network:
|
network:
|
||||||
protocol: http
|
protocol: http
|
||||||
interface: 127.0.0.1
|
interface: 127.0.0.1
|
||||||
websocket_port: ${PORT}
|
websocket_port: $PORT
|
||||||
ssl:
|
ssl:
|
||||||
require_ssl: false
|
require_ssl: false
|
||||||
pem_certificate:
|
pem_certificate:
|
||||||
@ -240,7 +240,7 @@ else
|
|||||||
network:
|
network:
|
||||||
protocol: http
|
protocol: http
|
||||||
interface: 127.0.0.1
|
interface: 127.0.0.1
|
||||||
websocket_port: ${PORT}
|
websocket_port: $PORT
|
||||||
ssl:
|
ssl:
|
||||||
require_ssl: false
|
require_ssl: false
|
||||||
pem_certificate:
|
pem_certificate:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user