mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
10 lines
336 B
Text
10 lines
336 B
Text
PORT=3002
|
|
NEXT_PUBLIC_BASE_URL=http://localhost:3002
|
|
AUTH_URL=$NEXT_PUBLIC_BASE_URL
|
|
SECRET_PASSWORD=abcdef1234567890abcdef1234567890
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5450/rallly
|
|
SUPPORT_EMAIL=support@rallly.co
|
|
SMTP_HOST=0.0.0.0
|
|
SMTP_PORT=1025
|
|
QUICK_CREATE_ENABLED=true
|
|
API_SECRET=1234567890abcdef1234567890abcdef1234
|