[08/06/2024] Initial commit
This commit is contained in:
16
domokits/.docker/php-fpm/php-ini-overrides.ini
Normal file
16
domokits/.docker/php-fpm/php-ini-overrides.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 108M
|
||||
html_errors=On
|
||||
display_errors=On
|
||||
date.timezone=Europe/Paris
|
||||
memory_limit=-1
|
||||
max_execution_time = 300
|
||||
max_input_vars = 40000
|
||||
|
||||
xdebug.idekey = "PHPSTORM"
|
||||
|
||||
; --- Xdebug 3 ---
|
||||
xdebug.mode=debug,develop
|
||||
xdebug.client_host=172.17.0.1
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.discover_client_host=yes
|
||||
Reference in New Issue
Block a user