We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeedef0 commit 4489f4dCopy full SHA for 4489f4d
configuration/misc-configuration-properties.md
@@ -4,6 +4,20 @@ description: Configuration properties for all the things
4
5
# Misc configuration properties
6
7
+A reminder: any of these properties can be converted into yaml config properties, an example:
8
+
9
+`KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS`
10
11
+becomes
12
13
+```
14
+kafka:
15
+ clusters:
16
+ - bootstrapServers: xxx
17
18
19
20
21
| Name | Description |
22
| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
23
| `SERVER_SERVLET_CONTEXT_PATH` | URI basePath |
0 commit comments