mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
Oliver Davies
b32813f4d7
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
|