mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 21:22:35 +03:00
b2d1d10212
migrated to supabase cli
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
#### QUIVR Configuration
|
|
|
|
|
|
OPENAI_API_KEY=CHANGE_ME
|
|
|
|
#LOCAL
|
|
# OLLAMA_API_BASE_URL=http://host.docker.internal:11434 # Uncomment to activate ollama. This is the local url for the ollama api
|
|
|
|
|
|
|
|
|
|
# This file is used to configure the Quivr stack. It is used by the `docker-compose.yml` file to configure the stack.
|
|
|
|
########
|
|
# FRONTEND
|
|
########
|
|
|
|
NEXT_PUBLIC_ENV=local
|
|
NEXT_PUBLIC_BACKEND_URL=http://localhost:5050
|
|
NEXT_PUBLIC_SUPABASE_URL=http://localhost:54321
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0
|
|
NEXT_PUBLIC_CMS_URL=https://cms.quivr.app
|
|
NEXT_PUBLIC_FRONTEND_URL=http://localhost:*
|
|
|
|
|
|
|
|
########
|
|
# BACKEND
|
|
########
|
|
|
|
SUPABASE_URL=http://host.docker.internal:54321
|
|
SUPABASE_SERVICE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU
|
|
PG_DATABASE_URL=notimplementedyet
|
|
ANTHROPIC_API_KEY=null
|
|
JWT_SECRET_KEY=super-secret-jwt-token-with-at-least-32-characters-long
|
|
AUTHENTICATE=true
|
|
CELERY_BROKER_URL=redis://redis:6379/0
|
|
CELEBRY_BROKER_QUEUE_NAME=quivr-preview.fifo
|
|
|
|
|
|
#RESEND
|
|
RESEND_API_KEY=<change-me>
|
|
RESEND_EMAIL_ADDRESS=onboarding@resend.dev
|
|
RESEND_CONTACT_SALES_FROM=contact_sales@resend.dev
|
|
RESEND_CONTACT_SALES_TO=<change-me>
|
|
|
|
CRAWL_DEPTH=1
|
|
|
|
|
|
PREMIUM_MAX_BRAIN_NUMBER=30
|
|
PREMIUM_MAX_BRAIN_SIZE=10000000
|
|
PREMIUM_DAILY_CHAT_CREDIT=100
|
|
|
|
|