misp-dashboard/misp-dashboard.wsgi

5 lines
185 B
Plaintext
Raw Normal View History

2017-12-15 16:05:25 +01:00
import sys,os,os.path
sys.path.insert(0, os.path.dirname(__file__))
os.environ["DASH_CONFIG"] = os.path.join(os.path.realpath(__file__), "config")
2017-12-15 16:05:25 +01:00
from server import app as application