feat: implement multi-provider architecture for contribution fetching and add Docker support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[xdebug]
|
||||
; Mode is controlled by the XDEBUG_MODE env var in docker-compose.override.yml.
|
||||
; Set XDEBUG_MODE=off in your shell to skip Xdebug for faster test runs.
|
||||
xdebug.mode=off
|
||||
xdebug.client_port=9003
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.log=/tmp/xdebug.log
|
||||
Reference in New Issue
Block a user