Disable xdebug by default (can be enabled as needed)
This commit is contained in:
parent
2ae879c2ed
commit
0f3764bdca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ php_version: "7.3"
|
|||
webserver_type: nginx-fpm
|
||||
router_http_port: "80"
|
||||
router_https_port: "443"
|
||||
xdebug_enabled: true
|
||||
xdebug_enabled: false
|
||||
additional_hostnames: []
|
||||
additional_fqdns: []
|
||||
mariadb_version: "10.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue