Enable xdebug. debugging works better that way

This commit is contained in:
benjamin melançon 2020-06-14 05:48:26 -04:00
parent 93ac22fe41
commit 4718424acc

View file

@ -6,7 +6,7 @@ php_version: "7.2"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
xdebug_enabled: true
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.2"