Procházet zdrojové kódy

GITBOOK-25: A reminder on props conversion

Roman Zabaluev před 2 roky
rodič
revize
4489f4de95
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  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                                                                                                                                                     |