Supress the CLI xdebug warnings

This commit is contained in:
Alex Tselegidis 2023-07-29 11:52:21 +02:00
parent c39dad618e
commit d8d5ffe6b1
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ upload_max_filesize = 100M
post_max_size = 100M
xdebug.mode = debug
xdebug.client_host = host.docker.internal
xdebug.log_level = 0