diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-28 19:08:28 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-28 19:08:28 +0300 |
| commit | 04aa4c6da573d777195b3bba80fc323b87767032 (patch) | |
| tree | 5573aed6ca52cc9895e04c22da6b677a53701824 /src/config.py | |
| parent | 0fd9990c013be4c29cf5829fcc256dce677da9b1 (diff) | |
| download | httpy-04aa4c6da573d777195b3bba80fc323b87767032.tar.gz httpy-04aa4c6da573d777195b3bba80fc323b87767032.zip | |
Update file man
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.py b/src/config.py index 934bafe..fe28e6d 100644 --- a/src/config.py +++ b/src/config.py @@ -12,8 +12,6 @@ API_VERSIONS = { } # file manager -FILE_MAN_VERBOSE = True -FILE_MAN_COMPRESS = True # do compress all files FILE_MAN_PATH_MAP = { # external "/": {"path": "www/index.html", "compress": True}, |