-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopify.app.toml
33 lines (26 loc) · 1.03 KB
/
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 = "e4d22475a681e7a6091ac75b6ada89a8"
name = "personalize-price-app"
handle = "personalize-price-app"
application_url = "https://cigarettes-steel-innocent-bought.trycloudflare.com"
embedded = true
[build]
automatically_update_urls_on_dev = true
dev_store_url = "sujay-development-store.myshopify.com"
include_config_on_deploy = true
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_products,write_discounts,write_discounts_allocator_functions,write_products"
[auth]
redirect_urls = [
"https://cigarettes-steel-innocent-bought.trycloudflare.com/auth/callback",
"https://cigarettes-steel-innocent-bought.trycloudflare.com/auth/shopify/callback",
"https://cigarettes-steel-innocent-bought.trycloudflare.com/api/auth/callback"
]
[webhooks]
api_version = "2024-07"
[[webhooks.subscriptions]]
topics = [ "app/uninstalled" ]
uri = "/webhooks"
[pos]
embedded = false