blob: 2eddb9cb00db5b009b3b7ce8c628da510f78ac1c [file] [log] [blame]
"""This file is used to launch LNT inside a gunicorn webserver.
This can be used for deploying on the cloud.
"""
import lnt.server.ui.app
app = lnt.server.ui.app.App.create_standalone('lnt.cfg',
'/var/log/lnt/lnt.log')