Добавлены cli-параметры --host, --port

This commit is contained in:
Book Pauk
2022-10-09 20:55:42 +07:00
parent 0dc30e730d
commit dc7eca9e3d
2 changed files with 14 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ module.exports = {
*/
server: {
ip: '0.0.0.0',
host: '0.0.0.0',
port: '22380',
},
};