mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
6 lines
233 B
Text
6 lines
233 B
Text
PORT=3002
|
|
NEXT_PUBLIC_BASE_URL=http://localhost:3002
|
|
NEXTAUTH_URL=http://localhost:3002
|
|
SECRET_PASSWORD=abcdefghijklmnopqrstuvwxyz1234567890
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5450/db
|
|
SUPPORT_EMAIL=support@rallly.co
|