diff --git a/pstatus-graphql-ktor/README.md b/pstatus-graphql-ktor/README.md index f47ad8ef..c253a496 100644 --- a/pstatus-graphql-ktor/README.md +++ b/pstatus-graphql-ktor/README.md @@ -68,7 +68,18 @@ For Couchbase DB only, set the following environment variables: For Mongo DB only, set the following environment variables: -`MONGO_CONNECTION_STRING` - URI of the couchbase database. - `MONGO_DATABASE_NAME` - Name of the database. For example, "ProcessingStatus". - - + +For report schema loader, set the following environment variables: +- `REPORT_SCHEMA_LOADER_SYSTEM` - One of these values (s3, blob_storage or file_system) +- For `s3` - +- `REPORT_SCHEMA_S3_BUCKET` - S3 Bucket Name +- `REPORT_SCHEMA_S3_REGION` - S3 Region. +- For `blob_storage` +- `REPORT_SCHEMA_BLOB_CONNECTION_STR` - Connection string of the storage account. +- `REPORT_SCHEMA_BLOB_CONTAINER` - Blob container name. +- For `file_system` +- `REPORT_SCHEMA_LOCAL_FILE_SYSTEM_PATH`- The local file system path where the reports schema reside + ### GRAPHQL - `GRAPHQL_PATH` - The path of the `GraphQL endpoint`. diff --git a/pstatus-report-sink-ktor/README.md b/pstatus-report-sink-ktor/README.md index db1d79f7..963d2f30 100644 --- a/pstatus-report-sink-ktor/README.md +++ b/pstatus-report-sink-ktor/README.md @@ -34,7 +34,7 @@ For Mongo DB only, set the following environment variables: - `MONGO_DATABASE_NAME` - Name of the database. For example, "ProcessingStatus". For report schema loader, set the following environment variables: -- REPORT_SCHEMA_LOADER_SYSTEM - One of these values (s3, blob_storage or file_system) +- `REPORT_SCHEMA_LOADER_SYSTEM` - One of these values (s3, blob_storage or file_system) - For `s3` - - `REPORT_SCHEMA_S3_BUCKET` - S3 Bucket Name - `REPORT_SCHEMA_S3_REGION` - S3 Region.