19 lines
446 B
TOML
19 lines
446 B
TOML
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"
|
|
]
|