Skip to content

Commit

Permalink
test old cloud config property
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscovici committed Feb 11, 2024
1 parent 5f281d3 commit 9f751f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ spring.application.name=timbermill2
server.port=8484
spring.cloud.config.enabled=true
spring.cloud.config.token=${SPRING_CLOUD_CONFIG_TOKEN}
spring.config.import=configserver:${SPRING_CLOUD_CONFIG_URI}
#spring.config.import=configserver:${SPRING_CLOUD_CONFIG_URI}
spring.cloud.config.uri=${SPRING_CLOUD_CONFIG_URI}

health.config.enabled=false
management.health.elasticsearch.enabled=false
Expand Down

0 comments on commit 9f751f5

Please sign in to comment.