pheus.cepheus-cep.1.0.0.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cepheus-cep Show documentation
Show all versions of cepheus-cep Show documentation
Cepheus-CEP is a CEP (Complex Event Processor), it uses the Esper engine.
The newest version!
# Optional multi-tenancy profile
#spring.profiles.active=multi-tenant
# Default data path
data.path=${data:${java.io.tmpdir:/tmp}/}
# Local port used for serving the NGSI and Admin HTTP APIs
server.port=${port:8080}
# NGSI client http settings
ngsi.http.maxTotalConnections=20
ngsi.http.maxConnectionsPerRoute=2
ngsi.http.requestTimeout=2000
# Periodicity of the subscription manager task
subscriptionManager.periodicity=300000
# Duration of a NGSI subscription
subscriptionManager.duration=PT1H
# By default, the CEP only accepts notification from subscriptions it made itself.
# Set to false, to accept notifications from third parties subscriptions.
subscriptionManager.validateSubscriptionsId=true
# Logger levels
logging.level.=WARN
logging.level.com.orange.cepheus.cep=INFO
# Log by default to console
logging.config=classpath:logback-${logging.mode:-console}.xml
# Default logging file
logging.file=${java.io.tmpdir:-/tmp}/cepheus-cep.log
# Disable Spring Boot endpoints (optionally allow /info /metrics and /health)
endpoints.enabled=false
#endpoints.info.enabled=true
#endpoints.metrics.enabled=true
#endpoints.health.enabled=true
#Automatic property expansion using Maven
[email protected]@
[email protected]@
[email protected]@
[email protected]@