opengb
opengb copied to clipboard
Pass empty object for config if config is not specified in backend.yaml
Motivation
Modules should be able to have a config but not require the user to specify any config in backend.yaml
.
Currently, it throws a validation error if no config is passed.
For example, the users module has a config, but you shouldn't need to be able to write one.