Skip to content

Commit

Permalink
Merge branch '1.0' into 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Jul 30, 2024
2 parents 7783ded + 46e7d79 commit 421a738
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
#"display_errors": "On"
# Display of errors should be disabled in production.
display_errors: Off
display_startup_errors: Off

memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
Expand Down
5 changes: 4 additions & 1 deletion resources/platformsh/ibexa-experience/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
#"display_errors": "On"
# Display of errors should be disabled in production.
display_errors: Off
display_startup_errors: Off

memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
Expand Down
5 changes: 4 additions & 1 deletion resources/platformsh/ibexa-headless/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
#"display_errors": "On"
# Display of errors should be disabled in production.
display_errors: Off
display_startup_errors: Off

memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
Expand Down
5 changes: 4 additions & 1 deletion resources/platformsh/ibexa-oss/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ relationships:
variables:
php:
# Example of setting php.ini config
#"display_errors": "On"
# Display of errors should be disabled in production.
display_errors: Off
display_startup_errors: Off

memory_limit: 512M
# The default OPcache configuration is not suited for Symfony applications
opcache.memory_consumption: 256
Expand Down

0 comments on commit 421a738

Please sign in to comment.