Files
Zero/.env.example
2025-05-09 00:28:38 +05:30

34 lines
833 B
Plaintext

NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8787
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/zerodotemail"
# Change this to a random string, use `openssl rand -hex 32` to generate a 32 character string
BETTER_AUTH_SECRET=my-better-auth-secret
BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_TRUSTED_ORIGINS=http://localhost:3000
# Change to your project's client ID and secret, these work with localhost:3000 and localhost:3001
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Upstash/Local Redis Instance
REDIS_URL="http://localhost:8079"
REDIS_TOKEN="upstash-local-token"
# Resend API Key
RESEND_API_KEY=
# OpenAI API Key
OPENAI_API_KEY=
#AI PROMPT
AI_SYSTEM_PROMPT=""
GROQ_API_KEY=""
BRAIN_URL=""
NODE_ENV="development"
GOOGLE_GENERATIVE_AI_API_KEY=""
AUTUMN_SECRET_KEY=