X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fconfig.py;fp=resources%2Ftools%2Fdash%2Fapp%2Fconfig.py;h=c927c3ca50a2ee10f7170808c53212d302528ed8;hb=45615cddd926540756f19328cad7078cfc9a1219;hp=76f66419a7972a7777e16ae21a347c2950cf8643;hpb=c65595288367e8e6f53d225812d55ca4d90cdab2;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"