dreame-action/shopify.app.toml

19 lines
446 B
TOML
Raw Normal View History

2026-06-19 00:53:13 +08:00
name = "Dreame Activity"
handle = "dreame-activity"
application_url = "https://example.ngrok-free.app"
embedded = true
[build]
automatically_update_urls_on_dev = true
include_config_on_deploy = true
[access_scopes]
scopes = "read_orders,read_metaobjects"
[auth]
redirect_urls = [
"https://example.ngrok-free.app/auth/callback",
"https://example.ngrok-free.app/auth/shopify/callback",
"https://example.ngrok-free.app/api/auth/callback"
]