ssl and video settings

This commit is contained in:
Matias Alejo Garcia 2014-06-10 10:06:08 -03:00
commit 33fc4f8623
4 changed files with 16 additions and 14 deletions

View file

@ -31,7 +31,7 @@ function Network(opts) {
ts:parseInt(64),
};
this.opts = {};
['config', 'port', 'host', 'path', 'debug', 'key'].forEach(function(k) {
['config', 'port', 'host', 'path', 'debug', 'key', 'secure'].forEach(function(k) {
if (opts[k]) self.opts[k] = opts[k];
});
this.cleanUp();