24 lines
558 B
TOML
24 lines
558 B
TOML
client_id = "397c02127a580bce65182a72583642d6"
|
|
name = "fiscal-proxy-app"
|
|
handle = "fiscal-proxy-app"
|
|
application_url = "https://dev.panariga.com/test082023"
|
|
embedded = true
|
|
|
|
[build]
|
|
automatically_update_urls_on_dev = true
|
|
include_config_on_deploy = true
|
|
|
|
[webhooks]
|
|
api_version = "2025-07"
|
|
|
|
[access_scopes]
|
|
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
|
|
scopes = "read_all_orders,read_orders"
|
|
|
|
[auth]
|
|
redirect_urls = [
|
|
"https://dev.panariga.com/auth/callback"
|
|
]
|
|
|
|
[app_preferences]
|
|
url = "https://dev.panariga.com/setup" |