Set TokenStorageLocal default to true (#6771)

This commit is contained in:
Jan
2023-07-11 14:52:23 +02:00
committed by GitHub
parent fcb37220ae
commit b7e2f9e883
4 changed files with 3 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ func DefaultConfig() *config.Config {
},
Upload: &config.Upload{},
OpenLinksWithDefaultApp: true,
TokenStorageLocal: true,
},
},
},