DevClad-Inc / devclad

Inline comment should start with # FLK-E262
Style
Minor
a year agoa year old
inline comment should start with '# '
27SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
28
29SESSION_COOKIE_SECURE = config("SESSION_COOKIE_SECURE", default=True, cast=bool)
30SESSION_COOKIE_DOMAIN = ".gitpod.io"  #! play around with this till it works31SESSION_COOKIE_SAMESITE = "Strict"
32SESSION_COOKIE_NAME = "local-session"
33