misp-dashboard/misp-dashboard.wsgi

5 lines
185 B
Python

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")
from server import app as application