ssl and video settings
This commit is contained in:
parent
777797b1be
commit
33fc4f8623
4 changed files with 16 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue