Add example configs
This commit is contained in:
@@ -1 +1,2 @@
|
||||
webdav.yml
|
||||
webdav.json
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:8180",
|
||||
"token": "",
|
||||
"pprof": false
|
||||
},
|
||||
"http": {
|
||||
"addr": "0.0.0.0:8190",
|
||||
"root": "/"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,11 @@
|
||||
---
|
||||
server:
|
||||
addr: 0.0.0.0:8180
|
||||
token:
|
||||
pprof: false
|
||||
|
||||
metrics:
|
||||
addr: 0.0.0.0:8190
|
||||
root: /
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user