Do not enable xdebug by default

This commit is contained in:
benjamin melançon 2021-04-21 22:34:34 -04:00
parent 9bf43ad516
commit 3f43583f39

View file

@ -5,7 +5,7 @@ php_version: "7.3"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: true
# xdebug_enabled: true
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.2"