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

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

# 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 - 2024 Weber Informatics LLC | Privacy Policy