kiloeyes/etc/kiloeyes.ini

26 lines
443 B
INI
Executable File

[DEFAULT]
name = kiloeyes
[pipeline:main]
# Add validator in the pipeline so the metrics messages can be validated.
pipeline = api
[app:api]
paste.app_factory = kiloeyes.api.server:api_app
[filter:login]
use = egg: kiloeyes#login
[filter:inspector]
use = egg: kiloeyes#inspector
[filter:validator]
use = egg: kiloeyes#metric_validator
[server:main]
use = egg:gunicorn#main
host = 0.0.0.0
port = 9090
workers = 1
proc_name = kiloeyes-api