diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml index a085aea..6eb0825 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml @@ -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 diff --git a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml index b1a71ba..d5852df 100644 --- a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml @@ -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 diff --git a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml index b1a71ba..d5852df 100644 --- a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml @@ -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 diff --git a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml index 8e9defe..662154f 100644 --- a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml @@ -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