Merge pull request #772 from matiu/feature/defaultsToSSLandLivenet
SSL and livenet config by default
This commit is contained in:
commit
1af298b5f1
6 changed files with 50 additions and 58 deletions
|
|
@ -849,6 +849,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