Skip to content

Commit e09a5aa

Browse files
fixup! feat(devmanual): add section about system config key conventions
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 98eab13 commit e09a5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/basics/storage/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Naming conventions
7878

7979
For consistency there are conventions for config keys:
8080

81-
* System config keys should only contain lower case letters, numbers and `_`. This ensures that they can be used as environment variables.
81+
* System config keys should only contain lower case letters, numbers and ``_``. This ensures that they can be used as environment variables.
8282
* Keys can be scoped to subsystems like ``<subsystem>_<key>``. This makes it easier to group related configuration.
8383

8484
Here are some examples:

0 commit comments

Comments
 (0)