-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopify.app.toml
33 lines (26 loc) · 996 Bytes
/
shopify.app.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
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
client_id = "817c9fab0e11b2343b3f704a572d8a39"
application_url = "https://anticipated-chains-sons-western.trycloudflare.com"
embedded = false
name = "gsan-003"
handle = "gsan"
[webhooks]
api_version = "2024-10"
[[webhooks.subscriptions]]
topics = [ "app/uninstalled" ]
uri = "/webhooks/app/uninstalled"
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_customers,read_orders,unauthenticated_read_customers"
[auth]
redirect_urls = [
"https://anticipated-chains-sons-western.trycloudflare.com/auth/callback",
"https://anticipated-chains-sons-western.trycloudflare.com/auth/shopify/callback",
"https://anticipated-chains-sons-western.trycloudflare.com/api/auth/callback"
]
[pos]
embedded = false
[build]
dev_store_url = "gsan-test.myshopify.com"
automatically_update_urls_on_dev = true
include_config_on_deploy = true