mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
XDebug support for the docker environment is now working
This commit is contained in:
parent
360ed7ce1c
commit
025b1c8b2a
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
date.timezone=UTC
|
date.timezone = UTC
|
||||||
upload_max_filesize = 100M
|
upload_max_filesize = 100M
|
||||||
post_max_size = 100M
|
post_max_size = 100M
|
||||||
xdebug.remote_enable=on
|
xdebug.remote_enable = on
|
||||||
max_execution_time=0
|
xdebug.remote_host = host.docker.internal
|
||||||
|
max_execution_time = 0
|
||||||
|
|
Loading…
Reference in a new issue