Skip to content

Instantly share code, notes, and snippets.

@stefbowerman
Created January 23, 2019 02:00
Show Gist options
  • Save stefbowerman/500ff205bb883a008ea23473cc660a6e to your computer and use it in GitHub Desktop.
Save stefbowerman/500ff205bb883a008ea23473cc660a6e to your computer and use it in GitHub Desktop.
# This file contains the information needed for Shopify to authenticate
# requests and edit/update your remote theme files.
#
# 1. Set up a private app (https://help.shopify.com/api/guides/api-credentials#generate-private-app-credentials)
# with "Read and write" permissions for "Theme templates and theme assets".
# 2. Replace the required variables for each environment below.
#
# password, theme_id, and store variables are required.
#
# For more information on this config file:
# Configuration variables | http://shopify.github.io/themekit/configuration/
# Ignore patterns | http://shopify.github.io/themekit/ignores/
---
development:
password:
theme_id:
store:
ignore_files:
- settings_data.json
production:
password:
theme_id:
store:
ignore_files:
- settings_data.json
staging:
password:
theme_id:
store:
ignore_files:
- settings_data.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment