mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-18 07:53:19 +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"
|
import "time"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
InitialSetupFlagKey = "InitialSetupKey"
|
InitialSetupFlagKey = "InitialSetup"
|
||||||
|
|
||||||
JWTSecretKey = "JWTSecretKey"
|
JWTSecretKey = "JWTSecret"
|
||||||
JWTIssuer = "CloudSonic"
|
JWTIssuer = "CloudSonic"
|
||||||
JWTTokenExpiration = 30 * time.Minute
|
JWTTokenExpiration = 30 * time.Minute
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user