From e538eb86b385154318f6fbb9fc64028d857bbaed Mon Sep 17 00:00:00 2001 From: PheysX Date: Tue, 1 Oct 2024 11:59:40 +0000 Subject: [PATCH] Update key --- shopware/platform/6.6/manifest.json | 2 +- shopware/storefront/6.6/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shopware/platform/6.6/manifest.json b/shopware/platform/6.6/manifest.json index 08c5a96d..9c8883fc 100644 --- a/shopware/platform/6.6/manifest.json +++ b/shopware/platform/6.6/manifest.json @@ -56,7 +56,7 @@ "DATABASE_URL": "mysql:\/\/root:root@localhost\/shopware", "#1": "With Shopware 6.4.17.0 the MAILER_DSN variable will be used in this template instead of MAILER_URL", "MAILER_URL": "null:\/\/null", - "STOREFRONT_PROXY_URL": "http:\/\/localhost", + "PROXY_URL": "http:\/\/localhost", "SHOPWARE_HTTP_CACHE_ENABLED": "1", "SHOPWARE_HTTP_DEFAULT_TTL": "7200", "OPENSEARCH_URL": "http:\/\/localhost:9200", diff --git a/shopware/storefront/6.6/manifest.json b/shopware/storefront/6.6/manifest.json index 3536fe4a..cb880b57 100644 --- a/shopware/storefront/6.6/manifest.json +++ b/shopware/storefront/6.6/manifest.json @@ -8,7 +8,7 @@ "bin/": "%BIN_DIR%/" }, "env": { - "STOREFRONT_PROXY_URL": "http://localhost", + "PROXY_URL": "http://localhost", "SHOPWARE_HTTP_CACHE_ENABLED": "1", "SHOPWARE_HTTP_DEFAULT_TTL": "7200" }