-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Description
Since the default config file for osvr_server
is now empty, why should osvr_server
require a configuration file be present at all? I propose the following behavior:
- If a configuration file is provided on the command line, use it (if it exists).
- Failing (1), if an
osvr_server_config.json
file is available in the current working directory use it. - Failing (1) and (2), start the server using an empty
{ }
configuration.