Spaces:
Running
Running
| # PostgreSQL database connection information | |
| DATABASE_URL= | |
| # If set, protects the API from unauthorized called | |
| FASTAPI_API_KEY= | |
| # API of the ML model | |
| FRAUD_ML_API_KEY= | |
| FRAUD_ML_HEALTHCHECK_ENDPOINT= | |
| FRAUD_ML_PREDICTION_ENDPOINT= | |
| # Mail notification configurations | |
| RECEIVER_EMAIL="jedha.fraud@yopmail.com" | |
| ## SMTP config | |
| SMTP_SERVER="smtp.gmail.com" | |
| SMTP_PORT=587 | |
| SENDER_EMAIL= | |
| SENDER_PASSWORD= | |
| ## Brevo config | |
| USE_BREVO=false | |
| BREVO_API_KEY= | |