Skip to content

Load the context path from a configuration file at runtime

Currently, the context path of the server is hard-coded into the executable. This is a little bit cumbersome, especially when testing the server locally. With this MR the context path is loaded from a configuration file at runtime.

Edited by Jan-Hendrik Matthes

Merge request reports