Ver código fonte

GITBOOK-25: A reminder on props conversion

Roman Zabaluev 2 anos atrás
pai
commit
4489f4de95
1 arquivos alterados com 14 adições e 0 exclusões
  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                                                                                                                                                     |