-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathconfig-sample.yml
More file actions
27 lines (24 loc) · 834 Bytes
/
Copy pathconfig-sample.yml
File metadata and controls
27 lines (24 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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:
directory: "dist"
store: your-shop.myshopify.com
ignore_files:
production:
password:
theme_id: "live"
store: your-shop.myshopify.com
ignore_files: