mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Change key names for persisted properties
This commit is contained in:
parent
de0816da67
commit
4b789e1364
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ package consts
|
|||
import "time"
|
||||
|
||||
const (
|
||||
InitialSetupFlagKey = "InitialSetupKey"
|
||||
InitialSetupFlagKey = "InitialSetup"
|
||||
|
||||
JWTSecretKey = "JWTSecretKey"
|
||||
JWTSecretKey = "JWTSecret"
|
||||
JWTIssuer = "CloudSonic"
|
||||
JWTTokenExpiration = 30 * time.Minute
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue