Skip to content

Commit

Permalink
Added env vars details to the readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-govind committed Jan 3, 2025
1 parent 556ccf0 commit d44a365
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion pstatus-graphql-ktor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion pstatus-report-sink-ktor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d44a365

Please sign in to comment.