mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
327074c5d4
* feat(auth): backend authentification verification * feat(auth): added to all endpoints * feat(auth): added to all endpoints * feat(auth): redirect if not connected * chore(print): removed * feat(login): redirect * feat(icon): added * chore(yarn): removed lock * chore(gitignore): removed
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
SUPABASE_URL="XXXXX"
|
|
SUPABASE_SERVICE_KEY="eyXXXXX"
|
|
OPENAI_API_KEY="sk-XXXXXX"
|
|
ANTHROPIC_API_KEY="XXXXXX"
|
|
JWT_SECRET_KEY="Found in Supabase settings in the API tab"
|
|
AUTHENTICATE="true" |