Skip to content

Commit

Permalink
Fixed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Aug 20, 2023
1 parent a2b85f4 commit 9453e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module-server/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spring:
config:
import:
- "classpath:config/wahlrecht.yaml"
- "optional:configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}/${CONFIGSERVER_PREFIX:config}"
- "optional:configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}${CONFIGSERVER_PREFIX:/config}"
2 changes: 1 addition & 1 deletion module-server/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
config:
import:
- "configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}/${CONFIGSERVER_PREFIX:config}"
- "configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}${CONFIGSERVER_PREFIX:/config}"
kafka:
bootstrap-servers:
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}

0 comments on commit 9453e10

Please sign in to comment.