18 lines
319 B
INI
18 lines
319 B
INI
[PHP]
|
|
memory_limit = 512M
|
|
display_errors = 1
|
|
error_reporting = E_ALL
|
|
|
|
[Date]
|
|
date.timezone="UTC"
|
|
|
|
[xdebug]
|
|
xdebug.mode = develop,debug
|
|
xdebug.client_host = host.docker.internal
|
|
xdebug.client_port = 9003
|
|
xdebug.discover_client_host = off
|
|
xdebug.idekey = PHPSTORM
|
|
xdebug.cli_color = 1
|
|
|
|
[newrelic]
|
|
newrelic.loglevel = info |