Skip to content

Commit

Permalink
paas: disable composer plugin loader due cache clearing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Aug 23, 2024
1 parent be92f1a commit 1d4200b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions shopware/paas-meta/6.4/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
SHOPWARE_ES_INDEX_PREFIX: "sw6"
# Disables the Shopware web installer
SHOPWARE_SKIP_WEBINSTALLER: 1
# Enables the Shopware Composer plugin loader and disables the database plugin loader. All extensions will need to be installed with Composer
COMPOSER_PLUGIN_LOADER: 1
php:
upload_max_filesize: 32M
post_max_size: 32M
Expand Down
2 changes: 0 additions & 2 deletions shopware/paas-meta/6.6/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
SHOPWARE_SKIP_WEBINSTALLER: 1
# Dont compile the theme during build
SHOPWARE_SKIP_THEME_COMPILE: 1
# Enables the Shopware Composer plugin loader and disables the database plugin loader. All extensions will need to be installed with Composer
COMPOSER_PLUGIN_LOADER: 1
COMPOSER_ROOT_VERSION: 1.0.0
php:
upload_max_filesize: 32M
Expand Down

0 comments on commit 1d4200b

Please sign in to comment.