mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 07:10:31 +03:00
Change key names for persisted properties
This commit is contained in:
parent
de0816da67
commit
4b789e1364
@ -3,9 +3,9 @@ package consts
|
||||
import "time"
|
||||
|
||||
const (
|
||||
InitialSetupFlagKey = "InitialSetupKey"
|
||||
InitialSetupFlagKey = "InitialSetup"
|
||||
|
||||
JWTSecretKey = "JWTSecretKey"
|
||||
JWTSecretKey = "JWTSecret"
|
||||
JWTIssuer = "CloudSonic"
|
||||
JWTTokenExpiration = 30 * time.Minute
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user