Closed thespad closed 12 months ago
Since https://github.com/magne4000/quassel-webserver/pull/309 was merged, all commandline args (--config, --port, etc) are being ignored on startup and the default values being used instead.
i.e. running node app.js -p 12345 still results in:
node app.js -p 12345
quassel-webserver listening for https connections on port 64443
and running node app.js --config /home/user/settings-user.cjs still results in:
node app.js --config /home/user/settings-user.cjs
WARNING: You should create a custom settings file -> cp settings.cjs settings-user.cjs SETTINGS: Using /app/quassel-web/settings.cjs
Environment:
Alpine 3.18.4 Node.js v20.8.1
Since https://github.com/magne4000/quassel-webserver/pull/309 was merged, all commandline args (--config, --port, etc) are being ignored on startup and the default values being used instead.
i.e. running
node app.js -p 12345
still results in:and running
node app.js --config /home/user/settings-user.cjs
still results in:Environment:
Alpine 3.18.4 Node.js v20.8.1