mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
9 lines
267 B
Bash
9 lines
267 B
Bash
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
|
DATABASE_URL=postgres://your-database/db
|
|
SECRET_PASSWORD=minimum-32-characters
|
|
SUPPORT_EMAIL=foo@yourdomain.com
|
|
SMTP_HOST=your-smtp-server
|
|
SMTP_PORT=587
|
|
SMTP_SECURE=false
|
|
SMTP_USER=your-smtp-user
|
|
SMTP_PWD=your-smtp-password
|