fix session cookies url
Build & Push / Build & Push Docker Image (push) Successful in 52s

This commit is contained in:
root
2026-07-04 18:36:50 -04:00
parent 1d6ae6a54e
commit 98f0b3ffad
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ CORS_ORIGINS=https://example.com,https://www.example.com
JWT_SECRET=placeholder JWT_SECRET=placeholder
JWT_EXPIRY=8h JWT_EXPIRY=8h
RENTER_JWT_EXPIRY=7d RENTER_JWT_EXPIRY=7d
SESSION_COOKIE_DOMAIN=.example.com
NODE_ENV=production NODE_ENV=production
# File storage # File storage
+3
View File
@@ -21,6 +21,9 @@ NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
JWT_SECRET=8bf96de20297c2c295a60e4040e937a7eb8ec7d7d2b83e79a1fc98463322a97c JWT_SECRET=8bf96de20297c2c295a60e4040e937a7eb8ec7d7d2b83e79a1fc98463322a97c
JWT_EXPIRY=8h JWT_EXPIRY=8h
RENTER_JWT_EXPIRY=7d RENTER_JWT_EXPIRY=7d
# Optional in local development. Required in production when auth spans sibling subdomains.
# Example: SESSION_COOKIE_DOMAIN=.rentaldrivego.ma
SESSION_COOKIE_DOMAIN=
# ─── Clerk (Company employee auth) ──────────────────────────── # ─── Clerk (Company employee auth) ────────────────────────────
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_... NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...