Skip to content

Commit

Permalink
MOSIP-32461 code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jun 13, 2024
1 parent 6315837 commit b3db20c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.cloud.config.uri=http://localhost:51000/config
spring.cloud.config.uri=localhost
spring.cloud.config.label=master
spring.application.name=registration-processor,application
spring.profiles.active=default
spring.application.name=application,registration-processor
spring.profiles.active=dev
spring.cloud.config.name=registration-processor
config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/
management.endpoints.web.exposure.include=refresh
Expand Down

0 comments on commit b3db20c

Please sign in to comment.