summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.json b/config.json
index 117bfb5ea345..09188cd654e3 100644
--- a/config.json
+++ b/config.json
@@ -1,6 +1,11 @@
{
"port": 8080,
- "address": "0.0.0.0",
+ "noAuth": false,
+ "baseURL": "/admin",
+ "address": "127.0.0.1",
+ "alternativeReCaptcha": false,
+ "reCaptchaKey": "",
+ "reCaptchaSecret": "",
"database": "/usr/share/filebrowser/database.db",
"log": "stdout",
"plugin": "",
@@ -12,4 +17,4 @@
"git",
"svn"
]
-}
+} \ No newline at end of file