chore: rename repo

This commit is contained in:
boojack
2022-05-21 12:33:18 +08:00
parent c2e5a1a524
commit 7b668f17f5
4 changed files with 9 additions and 11 deletions

View File

@ -45,7 +45,7 @@ func NewServer(profile *common.Profile) *Server {
}))
// In dev mode, set the const secret key to make login session persistence.
secret := []byte("justmemos")
secret := []byte("usememos")
if profile.Mode == "prod" {
secret = securecookie.GenerateRandomKey(16)
}