mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-10 12:51:51 +00:00
Use the new database credentials by default. The `experimental.useNewDatabaseCredentials` feature flag can be removed once it's been removed from all `build.yaml` files.
8 lines
92 B
YAML
8 lines
92 B
YAML
drupal:
|
|
docroot: web
|
|
|
|
experimental:
|
|
useNewDatabaseCredentials: true
|
|
|
|
project_root: /app
|