mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
Oliver Davies
fb63a6c245
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
8 lines
93 B
YAML
8 lines
93 B
YAML
drupal:
|
|
docroot: web
|
|
|
|
experimental:
|
|
useNewDatabaseCredentials: false
|
|
|
|
project_root: /app
|