You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the default config located in our project is called server.config
the configs located on the system require the name server.conf
the server should report where it is looking for a config
the server should report if config was found and read, maybe print the values read from config
the jars really should be able to start without a config located on the system
after adding a config to my system, testsetup failed without telling me why, because the test server used the config on my system, which included a different port than our default port. This lead to an error during testsetup
the server should (at least) check upon read of the config if the omcpath is a valid path
TODO: make a plan to improve the points above
The text was updated successfully, but these errors were encountered:
TODO: make a plan to improve the points above
The text was updated successfully, but these errors were encountered: