Change key names for persisted properties

This commit is contained in:
Deluan 2020-01-21 09:27:38 -05:00
parent de0816da67
commit 4b789e1364

View file

@ -3,9 +3,9 @@ package consts
import "time"
const (
InitialSetupFlagKey = "InitialSetupKey"
InitialSetupFlagKey = "InitialSetup"
JWTSecretKey = "JWTSecretKey"
JWTSecretKey = "JWTSecret"
JWTIssuer = "CloudSonic"
JWTTokenExpiration = 30 * time.Minute