rvote-online/.env.example

11 lines
296 B
Plaintext

# Database
DATABASE_URL="postgresql://rvote:your_password@localhost:5432/rvote"
DB_PASSWORD="your_secure_password_here"
# NextAuth
NEXTAUTH_SECRET="generate-with-openssl-rand-base64-32"
NEXTAUTH_URL="http://localhost:3000"
# Resend (for magic link emails)
RESEND_API_KEY="re_your_api_key_here"