aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/config.py')
-rw-r--r--resources/tools/dash/app/config.py5
1 files changed, 0 insertions, 5 deletions
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"