Last active
June 9, 2020 09:04
-
-
Save agcty/4192ded7f1f2b73f0eb5999f3622358d to your computer and use it in GitHub Desktop.
Example environment variables config for shopify env variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHOPIFY_API_PASSWORD=your_api_password | |
STAGING_THEME_ID=your_staging_theme_id | |
PRODUCTION_THEME_ID=your_production_theme_id | |
DEVELOPMENT_THEME_ID=your_development_theme_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment