Update README.md
Browse files
README.md
CHANGED
|
@@ -9,3 +9,24 @@ short_description: this space is for trackit
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
# ========================
|
| 15 |
+
# Supabase (Backend Secure)
|
| 16 |
+
# ========================
|
| 17 |
+
SUPABASE_URL=https://xyzcompany.supabase.co
|
| 18 |
+
SUPABASE_SERVICE_ROLE_KEY=eyJ... # full access, backend only
|
| 19 |
+
DATABASE_URL=postgresql://postgres:password@db.xyzcompany.supabase.co:6543/postgres
|
| 20 |
+
|
| 21 |
+
# ========================
|
| 22 |
+
# LangChain / LangGraph
|
| 23 |
+
# ========================
|
| 24 |
+
LANGCHAIN_API_KEY=ls_xxx
|
| 25 |
+
LANGCHAIN_TRACING_V2=true
|
| 26 |
+
LANGCHAIN_PROJECT=SlipScanner
|
| 27 |
+
|
| 28 |
+
# ========================
|
| 29 |
+
# Internal Security
|
| 30 |
+
# ========================
|
| 31 |
+
JWT_SECRET=superlongrandomstring # validate Supabase user JWTs
|
| 32 |
+
|