...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
accountManagement: registration: emailRegistrationEnabled: true phoneRegistrationEnabled: true |
...
If you don't need all properties to be included in GlobalConfigurationPathResolver, you can list only required the highest level properties to include. For this separate them with comma (no spaces, just comma!).
For example, if you has the following configuration file
...