SSL and livenet config by default
This commit is contained in:
parent
bdfac63f1a
commit
d4805b925d
5 changed files with 51 additions and 56 deletions
|
|
@ -854,6 +854,9 @@
|
|||
<input type="text" ng-model="insightHost" class="form-control" name="insight-host">
|
||||
<label for="insight-port">Port</label>
|
||||
<input type="number" ng-model="insightPort" class="form-control" name="insight-port">
|
||||
<input id="insight-secure" type="checkbox" ng-model="insightSecure" class="form-control">
|
||||
<label for="insight-secure">Use SSL</label>
|
||||
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>PeerJS server</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue