Spaces:
Runtime error
Runtime error
add api keys in requests headers
Browse files- .env.example +3 -5
.env.example
CHANGED
|
@@ -4,14 +4,12 @@ AIRFLOW__WEBSERVER__SECRET_KEY=your_secret_key_here
|
|
| 4 |
AIRFLOW__CORE__LOAD_EXAMPLES=False
|
| 5 |
AIRFLOW__WEBSERVER__WARN_DEPLOYMENT_EXPOSURE=False
|
| 6 |
|
| 7 |
-
# Fraud detection
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
# Transactional database connection information
|
| 11 |
DATABASE_URL=
|
| 12 |
|
| 13 |
# Fraud production endpoint
|
| 14 |
TRANSACTION_PRODUCER_ENDPOINT=https://charlestng-real-time-fraud-detection.hf.space/current-transactions
|
| 15 |
-
|
| 16 |
-
TRANSACTION_PRODUCER_API_KEY=
|
| 17 |
-
TRANSACTION_CONSUMER_API_KEY=
|
|
|
|
| 4 |
AIRFLOW__CORE__LOAD_EXAMPLES=False
|
| 5 |
AIRFLOW__WEBSERVER__WARN_DEPLOYMENT_EXPOSURE=False
|
| 6 |
|
| 7 |
+
# Fraud detection services API keys
|
| 8 |
+
TRANSACTION_PRODUCER_API_KEY=
|
| 9 |
+
TRANSACTION_CONSUMER_API_KEY=
|
| 10 |
|
| 11 |
# Transactional database connection information
|
| 12 |
DATABASE_URL=
|
| 13 |
|
| 14 |
# Fraud production endpoint
|
| 15 |
TRANSACTION_PRODUCER_ENDPOINT=https://charlestng-real-time-fraud-detection.hf.space/current-transactions
|
|
|
|
|
|
|
|
|