
DATABASE_URL="postgresql://neondb_owner:npg_S1nEWQrGThI6@ep-bold-cloud-axm6gc4s-pooler.c-4.us-east-2.aws.neon.tech/neondb?sslmode=require&channel_binding=require"

# Your real live domain or subdomain (used for SEO tags + sitemap.xml).
# Leave it matching NEXTAUTH_URL below.
NEXT_PUBLIC_SITE_URL="https://tools.rastabazzar.com/"

# Required by NextAuth. Generate one with: openssl rand -base64 32
NEXTAUTH_SECRET="replace-with-a-random-32-byte-string"

# Your local/production URL.
NEXTAUTH_URL="http://localhost:3000"

# One-time secret used by /api/admin-setup to promote your first account to
# ADMIN on hosts where you don't have SSH/terminal access (e.g. shared
# Hostinger Node.js hosting). Set this to any random string, use it once
# after signing up, then you can remove it. See README section 3.
ADMIN_SETUP_SECRET="replace-with-a-random-string"
