Skip to content

Commit dd3731f

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-33: Minor fixes for configuration file page
1 parent c26a5e3 commit dd3731f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configuration/configuration-file.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ services:
2828
environment:
2929
KAFKA_CLUSTERS_0_NAME: local
3030
# other properties, omitted
31-
spring.config.additional-location: /roles.yml
31+
spring.config.additional-location: /config.yml
3232
volumes:
33-
- /tmp/roles.yml:/roles.yml
33+
- /tmp/config.yml:/config.yml
3434
```
3535

3636
**Jar**: `java -Dspring.config.additional-location=<path-to-application-local.yml> -jar <path-to-jar>.jar`
3737

3838
#### Basic config structure
3939

4040
```yaml
41-
sh
4241
kafka:
4342
clusters:
4443
-

0 commit comments

Comments
 (0)