summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-02-28 21:59:58 +0100
committerache <ache@ache.one>2021-02-28 21:59:58 +0100
commit94fb8f24282be3aa41f275cb21d1eca76c1899a1 (patch)
tree7e810152655d73243711d519a01cc13801cb53b7 /config/config.json
parentMultiple upload (diff)
Config + 1.16 + MultiSelection
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 2bd396d..74dac99 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,4 +1,6 @@
{
"host":["localhost"],
- "port": 8080
+ "port": 8080,
+ "allow-hidden": false,
+ "auth": true
}