Skip to content

Commit

Permalink
Merge pull request #127 from PheysX/ft-1
Browse files Browse the repository at this point in the history
Update proxy_url key
  • Loading branch information
shyim authored Oct 1, 2024
2 parents 0586670 + e538eb8 commit 3be03a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopware/platform/6.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion shopware/storefront/6.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 3be03a7

Please sign in to comment.