cloudpulse/cloudpulse.wsgi
Sawan Choudhary fe39d727d8 Support Cloudpulse with WSGI
Change-Id: Ibbe56daa10fa81559bd7b39104f58649be91d3c7
2020-09-17 08:05:33 +00:00

6 lines
181 B
Python
Executable File

# With wsgi the default config file will be read from
# /docker/cloudpulse/cloudpulse.conf
from pecan.deploy import deploy
application = deploy('/cloudpulse/cloudpulse/config.py')