feat(cdash): Environement fixes
[csit.git] / csit.infra.dash / app / wsgi.py
index ab18bbf..3eb1d23 100644 (file)
 # limitations under the License.
 
 
-from pal import app
+from cdash import app
 
 
 if __name__ == "__main__":
     # Main entry point.
-    app.debug = True
     app.run(host="0.0.0.0")