Skip to content

Remove necessity to load config.json

Ghost User requested to merge bugfix/errConfig into development

Remove errors when user attempts to deploy the server without a (valid) config.json-file. In cases when there is no such config file, a warning will be logged and the server must receive all required arguments by the command line. This change is made due to the fact that the configuration during deployment is made purely using command line arguments.

Merge request reports