Disable xdebug by default (can be enabled as needed)

This commit is contained in:
mlncn 2021-04-05 16:54:35 -04:00
parent 2ae879c2ed
commit 0f3764bdca

View file

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