Skip to content

Commit

Permalink
[MOSIP-35226] Updated bootstrap.properties
Browse files Browse the repository at this point in the history
Signed-off-by: Mohan E <mohanraj1715@gmail.com>
  • Loading branch information
Mohanraj209 authored Sep 3, 2024
1 parent 4f824c7 commit 2f0e258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spring.cloud.config.server.accept-empty=true
#Spring Cloud Config Server makes a clone of the remote git repository and if somehow the local copy gets
#dirty (e.g. folder content changes by OS process) so Spring Cloud Config Server cannot update the local copy
#from remote repository. For Force-pull in such case, we are setting the flag to true.
spring.cloud.config.server.git.force-pull=true
spring.cloud.config.server.git.force-pull=false

# Disabling health endpoints to improve performance of config server while in development, can be commented out in production.
health.config.enabled=false
Expand Down

0 comments on commit 2f0e258

Please sign in to comment.