SSL and livenet config by default

This commit is contained in:
Matias Alejo Garcia 2014-06-26 18:47:27 -03:00
commit d4805b925d
5 changed files with 51 additions and 56 deletions

View file

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