AIvoices/server-deno/.env.example

15 lines
353 B
Text

# Supabase keys
SUPABASE_URL=http://127.0.0.1:54321
SUPABASE_KEY=<SUPABASE_KEY>
JWT_SECRET=super-secret-jwt-token-with-at-least-32-characters-long
# Encryption Key (useful for encrypting secrets in the database)
ENCRYPTION_KEY=<ENCRYPTION_KEY>
# OpenAI API Key
OPENAI_API_KEY=<OPENAI_API_KEY>
# local development
HOST=0.0.0.0
PORT=8000
DEV_MODE=true