This commit is contained in:
@@ -45,6 +45,7 @@ CORS_ORIGINS=https://example.com,https://www.example.com
|
||||
JWT_SECRET=placeholder
|
||||
JWT_EXPIRY=8h
|
||||
RENTER_JWT_EXPIRY=7d
|
||||
SESSION_COOKIE_DOMAIN=.example.com
|
||||
NODE_ENV=production
|
||||
|
||||
# File storage
|
||||
|
||||
@@ -21,6 +21,9 @@ NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
|
||||
JWT_SECRET=8bf96de20297c2c295a60e4040e937a7eb8ec7d7d2b83e79a1fc98463322a97c
|
||||
JWT_EXPIRY=8h
|
||||
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) ────────────────────────────
|
||||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
|
||||
|
||||
Reference in New Issue
Block a user