27 lines
755 B
TOML
27 lines
755 B
TOML
client_id = "b7534c980967bad619cfdb9d3f837cfa"
|
|
name = "turn14-test"
|
|
handle = "d4a-turn14"
|
|
application_url = "https://shopify.data4autos.com" # Update this line
|
|
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]
|
|
scopes = "read_inventory,read_products,write_inventory,write_products,read_publications,write_publications,read_fulfillments,write_fulfillments"
|
|
|
|
[auth]
|
|
redirect_urls = ["https://backend.dine360.ca/auth/callback"] # Update this line as well
|