From 7a740403bb65db97c8e4cb54de00aac3536b2e4c Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Thu, 13 Oct 2022 14:04:00 +0200 Subject: [PATCH] update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f8e90..b83e886 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Infrastructure expects to be deployed in the same Pod / local environment as A configuration is located in `/config.yaml`. All relevant variables can be configured via exporting environment variables. | Environment Variable | Default | Description | -|-------------------------------|--------------------------------|-----------------------------------------------------------------------| +| ----------------------------- | ------------------------------ | --------------------------------------------------------------------- | | LOGGING_LEVEL_ROOT | DEBUG | Logging level for service logger | | PROBING_WEBSERVER_HOST | "0.0.0.0" | Probe webserver address | | PROBING_WEBSERVER_PORT | 8080 | Probe webserver port | @@ -22,11 +22,12 @@ A configuration is located in `/config.yaml`. All relevant variables can be conf | DEAD_LETTER_QUEUE | dead_letter_queue | Messages that failed to process | | ANALYSIS_ENDPOINT | "http://127.0.0.1:5000" | Endpoint for analysis container | | STORAGE_BACKEND | s3 | The type of storage to use {s3, azure} | -| STORAGE_BUCKET | "pyinfra-test-bucket" | The bucket / container to pull files specified in queue requests from | +| STORAGE_BUCKET | "redaction" | The bucket / container to pull files specified in queue requests from | | STORAGE_ENDPOINT | "http://127.0.0.1:9000" | Endpoint for s3 storage | | STORAGE_KEY | root | User for s3 storage | | STORAGE_SECRET | password | Password for s3 storage | | STORAGE_AZURECONNECTIONSTRING | "DefaultEndpointsProtocol=..." | Connection string for Azure storage | +| STORAGE_AZURECONTAINERNAME | "redaction" | AKS container | ## Response Format