summarylogtreecommitdiffstats
path: root/config.json
blob: 09188cd654e34975d5941c04c199750f756d281c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "port": 8080,
  "noAuth": false,
  "baseURL": "/admin",
  "address": "127.0.0.1",
  "alternativeReCaptcha": false,
  "reCaptchaKey": "",
  "reCaptchaSecret": "",
  "database": "/usr/share/filebrowser/database.db",
  "log": "stdout",
  "plugin": "",
  "scope": "/usr/share/filebrowser/storage/",
  "allowCommands": true,
  "allowEdit": true,
  "allowNew": true,
  "commands": [
    "git",
    "svn"
  ]
}