mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-20 20:10:07 +08:00
feat(115): enable NoOverwriteUpload [skip ci] (close #3669)
This commit is contained in:
parent
c915313ec9
commit
34ef6bd18d
@ -16,6 +16,7 @@ var config = driver.Config{
|
|||||||
DefaultRoot: "0",
|
DefaultRoot: "0",
|
||||||
OnlyProxy: true,
|
OnlyProxy: true,
|
||||||
OnlyLocal: true,
|
OnlyLocal: true,
|
||||||
|
NoOverwriteUpload: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user