Skip to content

Commit 4489f4d

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-25: A reminder on props conversion
1 parent aeedef0 commit 4489f4d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

configuration/misc-configuration-properties.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ description: Configuration properties for all the things
44

55
# Misc configuration properties
66

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+
721
| Name | Description |
822
| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
923
| `SERVER_SERVLET_CONTEXT_PATH` | URI basePath |

0 commit comments

Comments
 (0)