Skip to content

Commit

Permalink
[MOSIP-30425] updated bootstrap properties
Browse files Browse the repository at this point in the history
Signed-off-by: VSIVAKALYAN <kalyanvellanki321@gmail.com>
  • Loading branch information
VSIVAKALYAN committed Jun 7, 2024
1 parent 2cc6d30 commit 04bf50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock-identity-system/src/main/resources/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring.application.name=mock-identity-system
#spring.cloud.config.uri=http://localhost:8888
spring.profiles.active=local
#spring.cloud.config.label=master
spring.cloud.config.name=mock-identity-system
spring.cloud.config.name=application,mock-identity-system
spring.main.allow-bean-definition-overriding=true

server.port=8082
Expand All @@ -29,4 +29,4 @@ openapi.group.name=${openapi.info.title}
openapi.group.paths[0]=/**
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha

0 comments on commit 04bf50b

Please sign in to comment.