build-configs/resources/build.defaults.yaml
Oliver Davies fb63a6c245 feat: opt-in to the new database credentials
Allow for changing the default database name, username and password from
`drupal` to `app` by enabling the
`experimental.useNewDatabaseCredentials` feature flag in a project's
`build.yaml` file.

Refs: OD-27
2023-04-16 21:21:40 +01:00

8 lines
93 B
YAML

drupal:
docroot: web
experimental:
useNewDatabaseCredentials: false
project_root: /app