Same architecture as Lesstime: API Platform 4, JWT auth, @malio/layer-ui, PostgreSQL 16, Docker Compose (ports 8083/3003/5436), dark mode theme. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
297 B
INI
10 lines
297 B
INI
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20240924/xdebug.so
|
|
xdebug.mode=debug
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.start_with_request=yes
|
|
xdebug.discover_client_host=1
|
|
xdebug.client_port=9003
|
|
xdebug.log="/var/www/html/LOG/xdebug.log"
|
|
xdebug.log_level=0
|
|
xdebug.connect_timeout_ms=2
|