Spaces:
Sleeping
Sleeping
File size: 507 Bytes
ea9303b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # --- SysCRED Environment Variables ---
# Copy this file to .env and fill in your values
# --- Google Fact Check API ---
SYSCRED_GOOGLE_API_KEY=your_google_api_key_here
# --- Supabase Database ---
SYSCRED_DATABASE_URL=postgresql://user:password@host:5432/dbname
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_KEY=your_supabase_key
# --- Application URLs ---
SYSCRED_BASE_URL=https://syscred.uqam.ca
# --- Server Settings ---
SYSCRED_PORT=5001
SYSCRED_ENV=development
SYSCRED_LOAD_ML_MODELS=true
|