fix: trying this on prod
This commit is contained in:
parent
5179707d0f
commit
efeaccc6e3
@ -43,8 +43,8 @@ func (s *Server) SetCookie(ctx *gin.Context, name, value string, duration time.D
|
|||||||
value,
|
value,
|
||||||
maxAge,
|
maxAge,
|
||||||
path,
|
path,
|
||||||
".gophernest.net", // or your backend domain / parent
|
"gophernest.net",
|
||||||
true, // secure
|
true,
|
||||||
httpOnly,
|
httpOnly,
|
||||||
)
|
)
|
||||||
case "dev":
|
case "dev":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user