22 lines
No EOL
425 B
INI
22 lines
No EOL
425 B
INI
upload_max_filesize=40M
|
|
post_max_size=40M
|
|
memory_limit=256M
|
|
max_execution_time=300
|
|
max_input_vars=3000
|
|
|
|
; Error reporting
|
|
display_errors=On
|
|
display_startup_errors=On
|
|
error_reporting=E_ALL
|
|
|
|
; Timezone
|
|
date.timezone=UTC
|
|
|
|
; Xdebug configuration
|
|
xdebug.mode=debug
|
|
xdebug.start_with_request=yes
|
|
xdebug.client_host=host.docker.internal
|
|
xdebug.client_port=9003
|
|
xdebug.discover_client_host=1
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.log_level=0 |