Make persistence provider pluggable at runtime
This commit is contained in:
@@ -24,8 +24,9 @@ type sonic struct {
|
||||
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
|
||||
|
||||
// DevFlags
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevPersistenceProvider string `default:"ledisdb"`
|
||||
}
|
||||
|
||||
var Sonic *sonic
|
||||
|
||||
Reference in New Issue
Block a user