21 lines
373 B
Plaintext
21 lines
373 B
Plaintext
# Database
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/APP_TEMPLATE
|
|
|
|
# Server
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# URLs
|
|
APP_URL=http://localhost:5173
|
|
ALLOWED_ORIGINS=http://localhost:5173
|
|
|
|
# Auth
|
|
BETTER_AUTH_SECRET=dev-secret-change-in-production
|
|
|
|
# Hammer Service Account
|
|
HAMMER_API_KEY=hammer-dev-key-12345
|
|
|
|
# Email (optional)
|
|
# RESEND_API_KEY=
|
|
# FROM_EMAIL=
|