6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
![]() |
# 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')
|