Merge pull request #772 from matiu/feature/defaultsToSSLandLivenet

SSL and livenet config by default
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-27 09:55:26 -03:00
commit 1af298b5f1
6 changed files with 50 additions and 58 deletions

View file

@ -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>