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

config.dev.environment.properties Maven / Gradle / Ivy

Go to download

A containerless deployment of rulette-core to expose its capabilities as REST services

There is a newer version: 1.2.6
Show newest version
# Default is 8081
port = 8081

# The size of the executor thread pool (that can handle blocking back-end processing).
executor.threadPool.size = 20

# The base URL, used as a prefix for links returned in data
# default is http://localhost:
#base.url = http://localhost:8081

#Configuration for the MetricsPlugin/Graphite
metrics.isEnabled = true
#metrics.machineName = 
metrics.prefix = web1.example.com
metrics.graphite.isEnabled = false
metrics.graphite.host = graphite.example.com
metrics.graphite.port = 2003
metrics.graphite.publishSeconds = 60




© 2015 - 2025 Weber Informatics LLC | Privacy Policy