13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
# Next Auth
|
|
# Generate a secret with: openssl rand -base64 32
|
|
NEXTAUTH_SECRET=your_nextauth_secret_here
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
|
|
# Database
|
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/postaci"
|
|
|
|
# API Services
|
|
API_URL="http://127.0.0.1:8000/api"
|
|
|
|
# Google Maps (if used)
|
|
# NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key |