Skip to content

Commit

Permalink
Update default ddev config for Postgres (#5595)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored May 28, 2023
1 parent eb6262a commit 7f2c3cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ composer_version: ""
disable_settings_management: true
webimage_extra_packages:
- bash-completion
# https://ddev.readthedocs.io/en/latest/users/extend/database-types/
# When switching DBs, use ddev delete --omit-snapshot
#database:
# type: postgres
# version: 14
web_environment:
- UNISH_DB_URL=mysql://root:root@db
# - "UNISH_DB_URL=sqlite://:memory:"
# - UNISH_DB_URL=pgsql://postgres:@localhost
# - UNISH_DB_URL=pgsql://db:db@db:5432
- DRUSH_OPTIONS_URI=$DDEV_PRIMARY_URL

0 comments on commit 7f2c3cc

Please sign in to comment.