summarylogtreecommitdiffstats
path: root/config.json
blob: 2f049e610362280b7fff4b429bd94122fd1b5c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "port": 80,
  "address": "0.0.0.0",
  "database": "/usr/share/filemanager/database.db",
  "log": "stdout",
  "plugin": "",
  "scope": "/usr/share/filemanager/storage/",
  "allowCommands": true,
  "allowEdit": true,
  "allowNew": true,
  "commands": [
    "git",
    "svn"
  ]
}