Skip to content

Commit

Permalink
IBX-8506: Disabled display_errors in Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Jul 8, 2024
1 parent 8882a4c commit ccd1f7a
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/3.3/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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-content/3.3/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/3.3/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/3.3/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 ccd1f7a

Please sign in to comment.