Add example configs

This commit is contained in:
Thomas Boerger
2019-09-16 11:03:16 +02:00
parent 657353b9bc
commit c9bde797bd
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
webdav.yml
webdav.json
+11
View File
@@ -0,0 +1,11 @@
{
"debug": {
"addr": "0.0.0.0:8180",
"token": "",
"pprof": false
},
"http": {
"addr": "0.0.0.0:8190",
"root": "/"
}
}
+3
View File
@@ -1,8 +1,11 @@
---
server:
addr: 0.0.0.0:8180
token:
pprof: false
metrics:
addr: 0.0.0.0:8190
root: /
...