@@ -24,13 +24,13 @@ default_container_timeout: "240"
2424# If the name is omitted, the project will take the name of the enclosing directory,
2525# which is useful if you want to have a copy of the project side by side with this one.
2626
27- # type: <projecttype> # backdrop, cakephp, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, generic, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
27+ # type: <projecttype> # backdrop, cakephp, codeigniter, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, drupal12 , generic, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
2828# See https://docs.ddev.com/en/stable/users/quickstart/ for more
2929# information on the different project types
3030
3131# docroot: <relative_path> # Relative path to the directory containing index.php.
3232
33- # php_version: "8.3 " # PHP version to use, "5.6" through "8.4 "
33+ # php_version: "8.4 " # PHP version to use, "5.6" through "8.5 "
3434
3535# You can explicitly specify the webimage but this
3636# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -45,7 +45,7 @@ default_container_timeout: "240"
4545# version: <version> # database version, like "10.11" or "8.0"
4646# MariaDB versions can be 5.5-10.8, 10.11, 11.4, 11.8
4747# MySQL versions can be 5.5-8.0, 8.4
48- # PostgreSQL versions can be 9-17
48+ # PostgreSQL versions can be 9-18
4949
5050# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
5151# router_https_port: <port> # Port for https (defaults to global configuration, usually 443)
@@ -66,8 +66,7 @@ default_container_timeout: "240"
6666# bind_all_ports is used (normally with router disabled)
6767
6868# xhprof_mode: [prepend|xhgui|global]
69- # Set to "xhgui" to enable XHGui features
70- # "xhgui" will become default in a future major release
69+ # Default is "xhgui"
7170
7271# webserver_type: nginx-fpm, apache-fpm, generic
7372
@@ -93,14 +92,12 @@ default_container_timeout: "240"
9392# - preview
9493# - snapshot
9594# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
96- # To reinstall Composer after the image was built, run "ddev debug rebuild".
95+ # To reinstall Composer after the image was built, run "ddev utility rebuild".
9796
98- # nodejs_version: "22 "
97+ # nodejs_version: "24 "
9998# change from the default system Node.js version to any other version.
10099# See https://docs.ddev.com/en/stable/users/configuration/config/#nodejs_version for more information
101- # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
102- # Note that using of 'ddev nvm' is discouraged because "nodejs_version" is much easier to use,
103- # can specify any version, and is more robust than using 'nvm'.
100+ # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation.
104101
105102# corepack_enable: false
106103# Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
@@ -160,9 +157,7 @@ default_container_timeout: "240"
160157# - "global": uses the value from the global config.
161158# - "none": disables performance optimization for this project.
162159# - "mutagen": enables Mutagen for this project.
163- # - "nfs": enables NFS for this project.
164160#
165- # See https://docs.ddev.com/en/stable/users/install/performance/#nfs
166161# See https://docs.ddev.com/en/stable/users/install/performance/#mutagen
167162
168163# fail_on_hook_fail: False
@@ -207,12 +202,15 @@ default_container_timeout: "240"
207202# project_tld: ddev.site
208203# The top-level domain used for project URLs
209204# The default "ddev.site" allows DNS lookup via a wildcard
210- # If you prefer you can change this to "ddev.local" to preserve
211- # pre-v1.9 behavior.
212205
213- # ngrok_args: --basic-auth username:pass1234
214- # Provide extra flags to the "ngrok http" command, see
215- # https://ngrok.com/docs/agent/config/v3/#agent-configuration or run "ngrok http -h"
206+ # share_default_provider: ngrok
207+ # The default share provider to use for "ddev share"
208+ # Defaults to global configuration, usually "ngrok"
209+ # Can be "ngrok" or "cloudflared" or the name of a custom provider from .ddev/share-providers/
210+
211+ # share_provider_args: --basic-auth username:pass1234
212+ # Provide extra flags to the share provider script
213+ # See https://docs.ddev.com/en/stable/users/configuration/config/#share_provider_args
216214
217215# disable_settings_management: false
218216# If true, DDEV will not create CMS-specific settings files like
0 commit comments