Browse Source

GITBOOK-25: A reminder on props conversion

Roman Zabaluev 2 years ago
parent
commit
4489f4de95
1 changed files with 14 additions and 0 deletions
  1. 14 0
      configuration/misc-configuration-properties.md

+ 14 - 0
configuration/misc-configuration-properties.md

@@ -4,6 +4,20 @@ description: Configuration properties for all the things
 
 # Misc configuration properties
 
+A reminder: any of these properties can be converted into yaml config properties, an example:
+
+`KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS`
+
+becomes
+
+```
+kafka:
+  clusters:
+    - bootstrapServers: xxx
+```
+
+
+
 | Name                                                  | Description                                                                                                                                                      |
 | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
 | `SERVER_SERVLET_CONTEXT_PATH`                         | URI basePath                                                                                                                                                     |