X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fconfig.py;h=c927c3ca50a2ee10f7170808c53212d302528ed8;hb=e9149805adb068696d0a00abbac28100282b29b5;hp=76f66419a7972a7777e16ae21a347c2950cf8643;hpb=f23e41dfe33972b5ccfcfa7f192f7865f7479f9c;p=csit.git diff --git a/resources/tools/dash/app/config.py b/resources/tools/dash/app/config.py index 76f66419a7..c927c3ca50 100644 --- a/resources/tools/dash/app/config.py +++ b/resources/tools/dash/app/config.py @@ -21,11 +21,6 @@ class Config: FLASK_APP = "wsgi.py" FLASK_ENV = "production" - # Assets - LESS_BIN = "/usr/local/bin/lessc" - ASSETS_DEBUG = "False" - LESS_RUN_IN_DEBUG = "False" - # Static Assets STATIC_FOLDER = "static" TEMPLATES_FOLDER = "templates"