about summary refs log tree commit diff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index 2f9d4b0..549f130 100644
--- a/src/config.py
+++ b/src/config.py
@@ -20,6 +20,7 @@ API_VERSIONS = {
 }
 
 # file manager
+FILE_MAN_COMPRESSED_PATH = "compress"
 FILE_MAN_PATH_MAP = {
     # external
     "/":                {"path": "www/index.html", "compress": True},