@@ -23,13 +23,13 @@ disable_upload_dirs_warning: true
2323# If the name is omitted, the project will take the name of the enclosing directory,
2424# which is useful if you want to have a copy of the project side by side with this one.
2525
26- # type: <projecttype> # backdrop, cakephp, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, generic, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
26+ # type: <projecttype> # backdrop, cakephp, codeigniter, craftcms, drupal, drupal6, drupal7, drupal8, drupal9, drupal10, drupal11, drupal12 , generic, laravel, magento, magento2, php, shopware6, silverstripe, symfony, typo3, wordpress
2727# See https://docs.ddev.com/en/stable/users/quickstart/ for more
2828# information on the different project types
2929
3030# docroot: <relative_path> # Relative path to the directory containing index.php.
3131
32- # php_version: "8.3 " # PHP version to use, "5.6" through "8.5"
32+ # php_version: "8.4 " # PHP version to use, "5.6" through "8.5"
3333
3434# You can explicitly specify the webimage but this
3535# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -65,8 +65,7 @@ disable_upload_dirs_warning: true
6565# bind_all_ports is used (normally with router disabled)
6666
6767# xhprof_mode: [prepend|xhgui|global]
68- # Set to "xhgui" to enable XHGui features
69- # "xhgui" will become default in a future major release
68+ # Default is "xhgui"
7069
7170# webserver_type: nginx-fpm, apache-fpm, generic
7271
@@ -92,14 +91,12 @@ disable_upload_dirs_warning: true
9291# - preview
9392# - snapshot
9493# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
95- # To reinstall Composer after the image was built, run "ddev debug rebuild".
94+ # To reinstall Composer after the image was built, run "ddev utility rebuild".
9695
97- # nodejs_version: "22 "
96+ # nodejs_version: "24 "
9897# change from the default system Node.js version to any other version.
9998# See https://docs.ddev.com/en/stable/users/configuration/config/#nodejs_version for more information
100- # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
101- # Note that using of 'ddev nvm' is discouraged because "nodejs_version" is much easier to use,
102- # can specify any version, and is more robust than using 'nvm'.
99+ # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation.
103100
104101# corepack_enable: false
105102# Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
@@ -159,9 +156,7 @@ disable_upload_dirs_warning: true
159156# - "global": uses the value from the global config.
160157# - "none": disables performance optimization for this project.
161158# - "mutagen": enables Mutagen for this project.
162- # - "nfs": enables NFS for this project.
163159#
164- # See https://docs.ddev.com/en/stable/users/install/performance/#nfs
165160# See https://docs.ddev.com/en/stable/users/install/performance/#mutagen
166161
167162# fail_on_hook_fail: False
@@ -206,12 +201,15 @@ disable_upload_dirs_warning: true
206201# project_tld: ddev.site
207202# The top-level domain used for project URLs
208203# The default "ddev.site" allows DNS lookup via a wildcard
209- # If you prefer you can change this to "ddev.local" to preserve
210- # pre-v1.9 behavior.
211204
212- # ngrok_args: --basic-auth username:pass1234
213- # Provide extra flags to the "ngrok http" command, see
214- # https://ngrok.com/docs/agent/config/v3/#agent-configuration or run "ngrok http -h"
205+ # share_default_provider: ngrok
206+ # The default share provider to use for "ddev share"
207+ # Defaults to global configuration, usually "ngrok"
208+ # Can be "ngrok" or "cloudflared" or the name of a custom provider from .ddev/share-providers/
209+
210+ # share_provider_args: --basic-auth username:pass1234
211+ # Provide extra flags to the share provider script
212+ # See https://docs.ddev.com/en/stable/users/configuration/config/#share_provider_args
215213
216214# disable_settings_management: false
217215# If true, DDEV will not create CMS-specific settings files like
0 commit comments