This commit is contained in:
2019-07-23 15:32:35 +02:00
parent c3a3fbfec8
commit 05a2fe97bc
51 changed files with 1225 additions and 988 deletions

View File

@ -38,10 +38,14 @@ parameters:
%end if
%if %%getVar("ninegate_activate_websocket", 'non') == "oui"
websocket_activate: true
websocket_port: 5555
websocket_host: %%ninegate_websocket_url
websocket_port: %%ninegate_websocket_portexterne
websocket_portinterne: %%ninegate_websocket_portinterne
%else
websocket_activate: false
websocket_port: 5555
websocket_host:
websocket_port:
websocket_portinterne:
%end if
%if %%getVar("ninegate_activate_portal", 'non') == "oui"
portal_activate: true