X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fconfig.py;h=559864bebb2edb03cc3d8f175706c30c7282afd5;hp=c927c3ca50a2ee10f7170808c53212d302528ed8;hb=f8bdd103ff86c171f6db6cef657c7ecbe97763a1;hpb=69fd124979890cac21bd0dbc7ef442563f175372 diff --git a/resources/tools/dash/app/config.py b/resources/tools/dash/app/config.py index c927c3ca50..559864bebb 100644 --- a/resources/tools/dash/app/config.py +++ b/resources/tools/dash/app/config.py @@ -16,12 +16,15 @@ class Config: """Flask configuration variables. """ - # General Config FLASK_APP = "wsgi.py" FLASK_ENV = "production" + # Assets + ASSETS_DEBUG = False + ASSETS_AUTO_BUILD = True + # Static Assets STATIC_FOLDER = "static" TEMPLATES_FOLDER = "templates" - COMPRESSOR_DEBUG ="True" + COMPRESSOR_DEBUG = "True"