Skip to content

Commit

Permalink
Merge branch 'develop-java21' of https://github.com/mosip/id-authenti…
Browse files Browse the repository at this point in the history
…cation into MOSIP-35176

# Conflicts:
#	authentication/authentication-service/src/main/resources/bootstrap.properties
  • Loading branch information
kameshsr committed Oct 15, 2024
2 parents 6a7854a + cb195ab commit 620db23
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# Application name - the name appended at starting of file name to differentiate
# between different property files for different microservices
spring.application.name=id-authentication,id-authentication-external

#Active Profile - will relate to development properties file in the server.
#If this property is absent then default profile will be activated which is
#the property file without any environment name at the end.
#the property file without any environment name at the end.
spring.profiles.active=dev


# defining current branch in which we are working as label
spring.cloud.config.label=master



# url where spring cloud config server is running
# url where spring cloud config server is running
spring.cloud.config.uri=localhost


#management.security.enabled=false

#exposing refresh endpoint so that whenevr configuration changes in git,
Expand Down Expand Up @@ -48,4 +48,5 @@ openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.context-pa
openapi.service.servers[0].description=Id Authentication Service
openapi.group.name=${openapi.info.title}
openapi.group.paths[0]=/**
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.disable-swagger-default-url=true
#Test

0 comments on commit 620db23

Please sign in to comment.