CoolFace
Apppublic

DomLoyer/syscred_duplicate

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
.env.example19 linesDownload Raw Back to root
1# --- SysCRED Environment Variables ---2# Copy this file to .env and fill in your values3 4# --- Google Fact Check API ---5SYSCRED_GOOGLE_API_KEY=your_google_api_key_here6 7# --- Supabase Database ---8SYSCRED_DATABASE_URL=postgresql://user:password@host:5432/dbname9SUPABASE_URL=https://your-project.supabase.co10SUPABASE_KEY=your_supabase_key11 12# --- Application URLs ---13SYSCRED_BASE_URL=https://syscred.uqam.ca14 15# --- Server Settings ---16SYSCRED_PORT=500117SYSCRED_ENV=development18SYSCRED_LOAD_ML_MODELS=true19