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 <[email protected]>
  • Loading branch information
Mohanraj209 authored Sep 3, 2024
1 parent 2f0e258 commit 4c4b1a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ spring.profiles.active=native
spring.cloud.config.server.native.search-locations=file:///var/lib/config_repo

#Server would return a HTTP 404 status, if the application is not found.By default, this flag is set to true.
spring.cloud.config.server.accept-empty=true
spring.cloud.config.server.accept-empty=false

#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=false
spring.cloud.config.server.git.force-pull=true

# 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 4c4b1a2

Please sign in to comment.