mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Removed LedisDB persistence layer. May reimplement in the future (not likely thou)
This commit is contained in:
parent
614f4afe28
commit
536244bc44
20 changed files with 14 additions and 1329 deletions
|
@ -24,9 +24,8 @@ type sonic struct {
|
|||
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
|
||||
|
||||
// DevFlags
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevPersistenceProvider string `default:"ledisdb"`
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
}
|
||||
|
||||
var Sonic *sonic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue