summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 000000000000..6393d877c544
--- /dev/null
+++ b/config.json
@@ -0,0 +1,13 @@
+{
+ "port": 80,
+ "address": "127.0.0.1",
+ "database": "/var/lib/caddy-filemanager/database.db",
+ "scope": "/var/lib/caddy-filemanager/files",
+ "allowCommands": true,
+ "allowEdit": true,
+ "allowNew": true,
+ "commands": [
+ "git",
+ "svn"
+ ]
+}