Do not enable xdebug by default
This commit is contained in:
parent
9bf43ad516
commit
3f43583f39
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,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: true
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
mariadb_version: "10.2"
|
mariadb_version: "10.2"
|
||||||
|
|
Loading…
Reference in a new issue