summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-04-17 02:15:46 +0200
committerache <ache@ache.one>2021-04-17 02:15:46 +0200
commit69901b0beadcdb21e3350622335cdb42d7351676 (patch)
tree386a1c1d2424dab6e7963001bcc022400811f42e /config/config.json
parentFix input update name (diff)
Trully Allow Hidden File / Directory
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 3a88cb9..102bda3 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,6 +1,7 @@
{
"host":["localhost"],
- "allow-hidden": false,
+ "allow-hidden": true,
+ "hide-hidden": true,
"auth": true,
"cache": true
}