mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
Close #1
This commit is contained in:
+8
-1
@@ -19,7 +19,14 @@ import (
|
||||
|
||||
var (
|
||||
config string
|
||||
defaultConfigs = []string{"config.json", "config.yaml", "config.yml"}
|
||||
defaultConfigs = []string{
|
||||
"config.json",
|
||||
"config.yaml",
|
||||
"config.yml",
|
||||
"/etc/webdav/config.json",
|
||||
"/etc/webdav/config.yaml",
|
||||
"/etc/webdav/config.yml",
|
||||
}
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user