Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-12-23T09:33:42Z",
"generated_at": "2025-04-29T10:55:37Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,7 @@ console.log(result);

where,
- **region** : Region name where the App Configuration service instance is created.
- `AppConfiguration.REGION_US_SOUTH` for Dallas
- `AppConfiguration.REGION_EU_GB` for London
- `AppConfiguration.REGION_AU_SYD` for Sydney
- `AppConfiguration.REGION_US_EAST` for Washington DC
- `AppConfiguration.REGION_EU_DE` for Frankfurt
- `AppConfiguration.REGION_CA_TOR` for Toronto
- `AppConfiguration.REGION_JP_TOK` for Tokyo
- `AppConfiguration.REGION_JP_OSA` for Osaka
See list of supported locations [here](https://cloud.ibm.com/catalog/services/app-configuration). Eg:- `us-south`, `au-syd` etc.
- **guid** : Instance ID of the App Configuration service. Obtain it from the service credentials section of the App Configuration dashboard.
- **apikey** : The encrypted APIKey generated as described [here](./README_APIKEY_ENCRYPTION.md).
- **collectionId**: ID of the collection created in App Configuration service instance under the **Collections** section.
Expand Down
Loading