8 lines
212 B
Bash
8 lines
212 B
Bash
# Backend Environment Variables
|
|
PORT=8000
|
|
NODE_ENV=production
|
|
DATABASE_URL=file:/app/prisma/dev.db
|
|
FRONTEND_URL=http://localhost:6767
|
|
# Optional auth cookie settings: lax | strict | none
|
|
AUTH_COOKIE_SAMESITE=lax
|