mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
17 lines
349 B
INI
17 lines
349 B
INI
[PHP]
|
|
memory_limit=512M
|
|
|
|
[date]
|
|
date.timezone=${PHP_DATE_TIMEZONE}
|
|
|
|
[blackfire]
|
|
extension=blackfire.so
|
|
blackfire.agent_socket=tcp://blackfire:8307
|
|
|
|
[xdebug]
|
|
xdebug.mode=develop,debug
|
|
xdebug.client_host=host.docker.internal
|
|
xdebug.start_with_request=trigger
|
|
xdebug.client_port=9000
|
|
xdebug.discover_client_host=true
|
|
xdebug.idekey=${PHP_XDEBUG_IDEKEY}
|