33 lines
1.0 KiB
TOML
33 lines
1.0 KiB
TOML
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
|
|
|
|
client_id = "b7534c980967bad619cfdb9d3f837cfa"
|
|
name = "turn14-test"
|
|
handle = "turn14-test-1"
|
|
application_url = "https://manhattan-fifty-pays-detector.trycloudflare.com"
|
|
embedded = true
|
|
|
|
[build]
|
|
automatically_update_urls_on_dev = true
|
|
include_config_on_deploy = true
|
|
|
|
[webhooks]
|
|
api_version = "2025-04"
|
|
|
|
[[webhooks.subscriptions]]
|
|
topics = [ "app/scopes_update" ]
|
|
uri = "/webhooks/app/scopes_update"
|
|
|
|
[[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_inventory,read_products,write_inventory,write_products"
|
|
|
|
[auth]
|
|
redirect_urls = ["https://manhattan-fifty-pays-detector.trycloudflare.com/auth/callback", "https://manhattan-fifty-pays-detector.trycloudflare.com/auth/shopify/callback", "https://manhattan-fifty-pays-detector.trycloudflare.com/api/auth/callback"]
|
|
|
|
[pos]
|
|
embedded = false
|