Skip to content

Commit c3d484e

Browse files
author
Bastian Schwarz
committed
Setting mode through config key so it can be overwritten by env var and disabled it for the base container
Fixes #21
1 parent 960982c commit c3d484e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PHP_DEBUGGER=xdebug
22

3-
XDEBUG_MODE=develop
3+
php.xdebug.mode=develop,debug

docker/application/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PHP_DEBUGGER=xdebug
22

3-
XDEBUG_MODE=develop
3+
php.xdebug.mode=off

0 commit comments

Comments
 (0)