diff --git a/consts/consts.go b/consts/consts.go index 647122556..98c2d4005 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -3,9 +3,9 @@ package consts import "time" const ( - InitialSetupFlagKey = "InitialSetupKey" + InitialSetupFlagKey = "InitialSetup" - JWTSecretKey = "JWTSecretKey" + JWTSecretKey = "JWTSecret" JWTIssuer = "CloudSonic" JWTTokenExpiration = 30 * time.Minute