diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 33c7d0a..d9b969d 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -10,6 +10,7 @@ module.exports = { PORT: "11002", }, instances: 1, + exec_mode: "fork", autorestart: true, max_memory_restart: "400M", }, @@ -22,6 +23,7 @@ module.exports = { NODE_ENV: "production", }, instances: 1, + exec_mode: "fork", autorestart: true, max_memory_restart: "300M", }, diff --git a/shopify.app.toml b/shopify.app.toml index f39b410..fb1b057 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -10,7 +10,7 @@ name = "Metatron-delivery" # port to build a tunnel URL from and silently keeps using whatever's here # — which is exactly what caused the embedded admin app to never load # during initial setup (see shopify.web.toml's own comment). -application_url = "https://replace-with-your-tunnel-url.example.com" +application_url = "https://metatron-delivery.thedomainnest.com" embedded = true [access_scopes] @@ -25,8 +25,7 @@ embedded = true scopes = "read_locales,read_locations,read_markets,read_metaobjects,read_orders,read_products,write_cart_transforms,write_delivery_customizations,write_metaobjects,write_orders,write_payment_customizations" [auth] -redirect_urls = [ "https://replace-with-your-tunnel-url.example.com/auth/callback" ] - +redirect_urls = [ "https://metatron-delivery.thedomainnest.com/auth/callback" ] [webhooks] api_version = "2025-01" @@ -113,7 +112,7 @@ api_version = "unstable" # Remix routes it forwards to (apps.scheduling.*.tsx) assume that exact # prefix. [app_proxy] -url = "https://replace-with-your-tunnel-url.example.com/apps/scheduling" +url = "https://metatron-delivery.thedomainnest.com/apps/scheduling" subpath = "scheduling" prefix = "apps"