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

il.simurai.simurai-orchestrator.0.8.source-code.bootstrap.properties Maven / Gradle / Ivy

There is a newer version: 0.21
Show newest version
spring.application.name=${APP_NAME}
spring.cloud.config.fail-fast=true
spring.cloud.config.enabled=true
spring.cloud.config.uri=${CCM_URL}
spring.profiles.active=${CCM_PROFILE} 
#Uncomment below lines to test locally
#spring.application.name=simurai-orchestrator
#spring.profiles.active=local
#spring.cloud.config.uri=http://localhost:8080/config/
#log4j.logger.org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod=DEBUG




© 2015 - 2024 Weber Informatics LLC | Privacy Policy