settings
Full Config Example
A config needs to be validated using a few simple rules:
- Invalid fields are no longer supported; this helps spot typos. For example, if you type
userdefaults
instead ofuserDefaults
, it will let you know rather than ignoring all of your userDefault settings you intended to set. - required fields, such as
server.sources
and different keys based on the settings that you add. - some additional light validation, such as min values for things like
minLength
for password config if provided.
Full Config Example
The values may change between versions, to see your version, go to settings > “system & admin” > load config
You can also see the latest default config with comments here