easyappointments/docker/server/php.ini

7 lines
159 B
INI
Raw Normal View History

date.timezone = UTC
upload_max_filesize = 100M
post_max_size = 100M
xdebug.remote_enable = on
xdebug.remote_host = host.docker.internal
max_execution_time = 0