Spaces:
Sleeping
Sleeping
| # --- 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 | |