Skip to content

Commit 726f7be

Browse files
kuflowerjhadobe
andauthored
Update src/pages/starter-kit/checkout/configure.md
Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
1 parent b92e01a commit 726f7be

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/pages/starter-kit/checkout/configure.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ The OAuth credentials are available after completing the [initial configuration]
2828

2929
The [`sync-oauth-credentials`](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/scripts/sync-oauth-credentials.js) script ensures that the OAuth credentials are available for interacting with AIO, such as creating an event provider. It synchronizes the OAuth credentials from Adobe Developer Console with your local App Builder project configuration, located in `.env`:
3030

31-
```js
32-
OAUTH_CLIENT_ID=<client id>
33-
OAUTH_CLIENT_SECRETS=<client secret>
34-
OAUTH_TECHNICAL_ACCOUNT_ID=<technical account id>
35-
OAUTH_TECHNICAL_ACCOUNT_EMAIL=<technical account email>
36-
OAUTH_SCOPES=<scope>
37-
OAUTH_IMS_ORG_ID=<img org>
38-
```
31+
```js
32+
OAUTH_CLIENT_ID=<client id>
33+
OAUTH_CLIENT_SECRETS=<client secret>
34+
OAUTH_TECHNICAL_ACCOUNT_ID=<technical account id>
35+
OAUTH_TECHNICAL_ACCOUNT_EMAIL=<technical account email>
36+
OAUTH_SCOPES=<scope>
37+
OAUTH_IMS_ORG_ID=<img org>
3938

4039
Note that this script is included as part of the `pre-app-build` hook in [app.config.yaml](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/app.config.yaml). When the app build is triggered, the script runs automatically to synchronize the OAuth credentials with the Commerce instance.
4140

0 commit comments

Comments
 (0)