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

strationprocessor.registration-processor-message-sender-impl.1.2.0.1-B1.source-code.bootstrap.properties Maven / Gradle / Ivy

There is a newer version: 1.2.0.1
Show newest version
spring.cloud.config.uri=localhost
spring.cloud.config.label=master
spring.application.name=application,registration-processor
spring.cloud.config.name=application,registration-processor
spring.profiles.active=dev
registration.processor.identityjson=identity-mapping.json
registration.processor.demographic.identity=identity
packet.info.storage.service=registration-processor-packet-info-storage-service
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
server.port=9095
#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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy