All Downloads are FREE. Search and download functionalities are using the official Maven repository.

el.kernel-notification-service.1.3.0-beta.1.source-code.bootstrap.properties Maven / Gradle / Ivy

The newest version!
#spring.cloud.config.uri=localhost
#spring.cloud.config.label=master
#spring.profiles.active=dev
spring.cloud.config.name=application,kernel
spring.application.name=kernel-notification-service
#management.security.enabled=false
#management.endpoint.health.show-details=when-authorized
#management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
management.endpoints.web.exposure.include=info,health,refresh,mappings,prometheus
management.endpoint.metrics.enabled=true
management.endpoint.prometheus.enabled=true
management.metrics.export.prometheus.enabled=true
server.port=8083
server.servlet.path=/v1/notifier

#disabling health check so that client doesnt try to load properties from sprint config server every
# 5 minutes (should not be done in production)
health.config.enabled=false

openapi.info.title=Notification Service
openapi.info.description=Rest Endpoints for operations related to notification
openapi.info.version=1.0
openapi.info.license.name=Mosip
openapi.info.license.url=https://docs.mosip.io/platform/license
mosipbox.public.url=http://localhost:${server.port}
openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.path}
openapi.service.servers[0].description=Notification Service
springdoc.swagger-ui.disable-swagger-default-url=true
spring.mvc.servlet.path=${server.servlet.path}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy