mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-26 05:01:54 +08:00
Close #1
This commit is contained in:
+8
-1
@@ -19,7 +19,14 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
config string
|
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() {
|
func init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user