-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshopify.app.staging.toml
39 lines (32 loc) · 1.21 KB
/
shopify.app.staging.toml
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
28
29
30
31
32
33
34
35
36
37
38
39
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "9eb6e72612f27eaef4ad396f971978b1"
extension_directories = [
"extensions/offline-discount",
"extensions/offline-exclusive-staging",
"extensions/offline-connect"
]
name = "Offline Unlock Staging"
handle = "offline-unlock-staging"
application_url = "https://staging.unlock-shopify.offline.live"
embedded = true
[build]
automatically_update_urls_on_dev = false
dev_store_url = "offline-key.myshopify.com"
include_config_on_deploy = true
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_customers,read_discounts,read_gates,read_locales,read_themes,unauthenticated_read_gates,unauthenticated_read_product_listings,write_customers,write_discounts,write_gates,write_products"
[auth]
redirect_urls = [
"https://staging.unlock-shopify.offline.live/auth/callback",
"https://staging.unlock-shopify.offline.live/auth/shopify/callback",
"https://staging.unlock-shopify.offline.live/api/auth/callback"
]
[webhooks]
api_version = "unstable"
[app_proxy]
url = "https://staging.unlock-shopify.offline.live"
subpath = "offline"
prefix = "apps"
[pos]
embedded = false