summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-03-18 03:34:05 +0100
committerache <ache@ache.one>2021-03-18 03:34:05 +0100
commit895a9449f73e846de8f260e90f88a0238f688035 (patch)
tree326bf1237e93d8f3911cb80cd7e526ebd441af73 /config/config.json
parentConfig + 1.16 + MultiSelection (diff)
Port configuration
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 74dac99..3a88cb9 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,6 +1,6 @@
{
"host":["localhost"],
- "port": 8080,
"allow-hidden": false,
- "auth": true
+ "auth": true,
+ "cache": true
}