mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +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"
|
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…
Add table
Add a link
Reference in a new issue