aur/config.json
2018-07-01 23:46:41 +08:00

20 lines
No EOL
407 B
JSON

{
"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"
]
}