y.config_2.11.0.11.2.source-code.application.base.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config_2.11 Show documentation
Show all versions of config_2.11 Show documentation
key-service specific config and config tools
The newest version!
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
loglevel = DEBUG
http {
verbose-error-messages = off
server {
idle-timeout = 90s
request-timeout = 60s
remote-address-header = on
# The value of the `Server` header to produce.
# Set to the empty string to disable rendering of the server header.
server-header = ubirch-key-service
}
}
}
ubirchKeyService {
gopipelinename = "noName"
gopipelinename = ${?GO_PIPELINE_NAME}
gopipelinelabel = "noLabel"
gopipelinelabel = ${?GO_PIPELINE_LABEL}
gopipelinerev = "noRev"
gopipelinerev = ${?GO_REVISION_GIT}
interface = "localhost"
port = 8095
timeout = 15
searchTrusted.maxDepth = 5
akka {
actorTimeout = 15 // seconds
numberOfWorkers = 10
}
neo4j {
trustStrategy = "TRUST_ALL_CERTIFICATES"
}
}
ubirch.envid = "ubirch-local"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy