mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 08:58:40 +02:00
8 lines
No EOL
267 B
Text
8 lines
No EOL
267 B
Text
PORT=3002
|
|
NEXT_PUBLIC_BASE_URL=http://localhost:3002
|
|
NEXTAUTH_URL=$NEXT_PUBLIC_BASE_URL
|
|
SECRET_PASSWORD=abcdef1234567890abcdef1234567890
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5450/rallly
|
|
SUPPORT_EMAIL=support@rallly.co
|
|
SMTP_HOST=localhost
|
|
SMTP_PORT=4025 |