DATABASE_URL="postgresql://postgres:postgres@localhost:5432/nanami_web?schema=public" NEXTAUTH_SECRET="change-me-in-production-use-a-random-string" NEXTAUTH_URL="http://localhost:3000" ADMIN_USERNAME="admin" ADMIN_PASSWORD="admin123"