-
Notifications
You must be signed in to change notification settings - Fork 40
Auth configuration
Patrick Edelman edited this page Oct 25, 2019
·
1 revision
Note: You will need to make sure to grant at least the "Content > Read Only" scope in the API Accounts section of the control panel.
ENV | Description | Required |
---|---|---|
WIDGET_BUILDER_API_GATEWAY_BASE |
The API server to send requests to. Defaults to production. | No |
WIDGET_BUILDER_STORE_ID |
The store hash for given store | Yes |
WIDGET_BUILDER_API_AUTH_ID |
Client ID from the api account | Yes |
WIDGET_BUILDER_API_AUTH_TOKEN |
OAuth Token from the api account | Yes |