forked from svrjs/svrjs
Remove "TODO: configuration from config.json" comment
This commit is contained in:
parent
1403a37dea
commit
57f9c2ac99
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ if (fs.existsSync(__dirname + "/config.json")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: configuration from config.json
|
|
||||||
if (process.serverConfig.users === undefined) process.serverConfig.users = [];
|
if (process.serverConfig.users === undefined) process.serverConfig.users = [];
|
||||||
if (process.serverConfig.secure === undefined)
|
if (process.serverConfig.secure === undefined)
|
||||||
process.serverConfig.secure = false;
|
process.serverConfig.secure = false;
|
||||||
|
|
Reference in a new issue