summarylogtreecommitdiffstats
path: root/config.json
blob: b158f7aa12ceeb574e19be25f694d3a16f99e6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "port": 8080,
  "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"
  ]
}