Skip to content

Commit 4417edd

Browse files
authored
Setting of ENV Variables (#273)
1 parent d8ad217 commit 4417edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/en/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To set up a private app on Shopify for this add-on to use, use the following ste
3636
3. Click "Configure" next to Storefront API Integration.
3737
4. Enable `unauthenticated_read_product_listings`, `unauthenticated_read_product_tags`, `unauthenticated_read_product_inventory`, `unauthenticated_write_customers`, `unauthenticated_write_checkouts`, `unauthenticated_read_customers`, `unauthenticated_read_checkouts`, `unauthenticated_read_metaobjects`
3838
5. Click "Save" in the top right.
39-
6. Click the "API Credentials" tab. Add the `Admin API access token` to your `.env` as `SHOPIFY_ADMIN_TOKEN`, add `API key` as `SHOPIFY_AUTH_KEY`, add `API secret key` as both `SHOPIFY_AUTH_PASSWORD` and `SHOPIFY_WEBHOOK_SECRET`, and add `Storefront API access token` as `SHOPIFY_STOREFRONT_TOKEN`.
39+
6. Click the "API Credentials" tab. Add the `Admin API access token` to your `.env` as `SHOPIFY_ADMIN_TOKEN`, add `API key` as `SHOPIFY_AUTH_KEY`, add `API secret key` as `SHOPIFY_AUTH_PASSWORD`, and add `Storefront API access token` as `SHOPIFY_STOREFRONT_TOKEN`.
4040
7. If you've configured the app properly you should see a button that says "Install App". Click this.
4141

4242

0 commit comments

Comments
 (0)