瀏覽代碼

GITBOOK-25: A reminder on props conversion

Roman Zabaluev 2 年之前
父節點
當前提交
4489f4de95
共有 1 個文件被更改,包括 14 次插入0 次删除
  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
 # 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                                                                                                                                                      |
 | Name                                                  | Description                                                                                                                                                      |
 | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
 | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
 | `SERVER_SERVLET_CONTEXT_PATH`                         | URI basePath                                                                                                                                                     |
 | `SERVER_SERVLET_CONTEXT_PATH`                         | URI basePath                                                                                                                                                     |