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

pheus.cepheus-cep.1.0.0.source-code.application.properties Maven / Gradle / Ivy

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]@





© 2015 - 2024 Weber Informatics LLC | Privacy Policy