29 lines
740 B
TOML
29 lines
740 B
TOML
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
|
|
|
|
client_id = "ac765244e8155385be356f20214eb51c"
|
|
name = "innovative-portfolio-app"
|
|
application_url = "https://example.com"
|
|
embedded = true
|
|
|
|
[build]
|
|
automatically_update_urls_on_dev = true
|
|
include_config_on_deploy = true
|
|
|
|
[webhooks]
|
|
api_version = "2026-01"
|
|
|
|
[[webhooks.subscriptions]]
|
|
topics = [ "app/uninstalled" ]
|
|
uri = "/webhooks/app/uninstalled"
|
|
|
|
[[webhooks.subscriptions]]
|
|
topics = [ "app/scopes_update" ]
|
|
uri = "/webhooks/app/scopes_update"
|
|
|
|
[access_scopes]
|
|
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
|
|
scopes = "write_products"
|
|
|
|
[auth]
|
|
redirect_urls = [ "https://example.com/api/auth" ]
|