mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
17 lines
362 B
INI
17 lines
362 B
INI
[PHP]
|
|
memory_limit=512M
|
|
|
|
[date]
|
|
date.timezone=${PHP_DATE_TIMEZONE}
|
|
|
|
[blackfire]
|
|
extension=blackfire.so
|
|
blackfire.agent_socket=tcp://blackfire:${BLACKFIRE_PORT}
|
|
|
|
[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}
|