Skip to content

Commit

Permalink
add guidance on MPCONFIG setting naming IQSS#7463
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Mar 13, 2023
1 parent d9c7a15 commit f41cdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx-guides/source/developers/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ sub-scopes first.
- All sub-scopes are below that.
- Scopes are separated by dots (periods).
- A scope may be a placeholder, filled with a variable during lookup. (Named object mapping.)
- The setting should be in kebab case (``signing-secret``) rather than camel case (``signingSecret``).

Any consumer of the setting can choose to use one of the fluent ``lookup()`` methods, which hides away alias handling,
conversion etc from consuming code. See also the detailed Javadoc for these methods.
Expand Down

0 comments on commit f41cdc9

Please sign in to comment.