-
Notifications
You must be signed in to change notification settings - Fork 0
/
shopify.app.development.toml
36 lines (30 loc) · 1.26 KB
/
shopify.app.development.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
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "c63bcb7cffdc32d2618c7241c50ca1ff"
extension_directories = [
"extensions/offline-discount",
"extensions/offline-exclusive-development",
"extensions/offline-connect"
]
name = "Offline Unlock Development"
handle = "offline-unlock-development"
application_url = "https://beads-purchasing-hq-semester.trycloudflare.com"
embedded = true
[build]
automatically_update_urls_on_dev = true
dev_store_url = "offline-unlock.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://beads-purchasing-hq-semester.trycloudflare.com/auth/callback",
"https://beads-purchasing-hq-semester.trycloudflare.com/auth/shopify/callback",
"https://beads-purchasing-hq-semester.trycloudflare.com/api/auth/callback"
]
[webhooks]
api_version = "unstable"
[app_proxy]
url = "https://beads-purchasing-hq-semester.trycloudflare.com"
subpath = "offline"
prefix = "apps"