mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Rename project to Navidrome
This commit is contained in:
parent
aaefc6bfc7
commit
bee55c04c8
93 changed files with 210 additions and 203 deletions
|
@ -3,10 +3,11 @@ package consts
|
|||
import "time"
|
||||
|
||||
const (
|
||||
LocalConfigFile = "./navidrome.toml"
|
||||
InitialSetupFlagKey = "InitialSetup"
|
||||
|
||||
JWTSecretKey = "JWTSecret"
|
||||
JWTIssuer = "CloudSonic"
|
||||
JWTIssuer = "Navidrome"
|
||||
JWTTokenExpiration = 30 * time.Minute
|
||||
|
||||
InitialUserName = "admin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue