1
0
Fork 0
forked from svrjs/svrjs

Remove "TODO: configuration from config.json" comment

This commit is contained in:
Dorian Niemiec 2024-08-26 06:37:38 +02:00
parent 1403a37dea
commit 57f9c2ac99

View file

@ -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.secure === undefined)
process.serverConfig.secure = false;