zalando-zmon / zmon-worker

ZMON Python Worker
https://zmon.io/
Other
19 stars 41 forks source link

Get rid of CherryPy configuration file (web.conf) #9

Closed hjacobs closed 8 years ago

hjacobs commented 8 years ago

We are still using the CherryPy configuration file format inside ZMON Worker, but actually app.py writes environment variable values to it.

Get rid of this legacy dependency and use environment variables (+ args) directly.

hjacobs commented 8 years ago

web.conf was replaced with YAML file in current master branch

hjacobs commented 8 years ago

We still have app.py and should get rid of it...