16 lines
No EOL
398 B
Text
16 lines
No EOL
398 B
Text
# Database
|
|
DATABASE_URL="postgresql://user:password@host:port/database?sslmode=require"
|
|
|
|
# Redis (existing)
|
|
REDIS_URL="your-redis-url"
|
|
|
|
# Last.fm API (existing)
|
|
LASTFM_API_KEY="your-lastfm-api-key"
|
|
|
|
# Cloudinary
|
|
CLOUDINARY_CLOUD_NAME="your-cloud-name"
|
|
CLOUDINARY_API_KEY="your-api-key"
|
|
CLOUDINARY_API_SECRET="your-api-secret"
|
|
|
|
# Admin Authentication (for later)
|
|
ADMIN_PASSWORD="your-admin-password" |