mirror of https://github.com/Xhofe/alist
feat(115): enable `NoOverwriteUpload` [skip ci] (close #3669)
parent
c915313ec9
commit
34ef6bd18d
|
@ -16,6 +16,7 @@ var config = driver.Config{
|
|||
DefaultRoot: "0",
|
||||
OnlyProxy: true,
|
||||
OnlyLocal: true,
|
||||
NoOverwriteUpload: true,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue