Skip to content

Commit

Permalink
Documentation update: password is not sanitized to a fixed value anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante authored Apr 2, 2024
1 parent bac7f05 commit 2499ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/boilerplate/drush.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Drush is preconfigured to:

- Encourage Composer usage instead of using Drush to manage module code.

- Sanitize passwords using `password` as password during SQL sync operations. Edit `drush/drush.yml` to use a less obvious value. See [drush.yml example file](https://www.drush.org/latest/examples/example.drush.yml/) to modify or add more configuration.
- Sanitize passwords during SQL sync operations. Edit `drush/drush.yml` if you want a fixed value. See [drush.yml example file](https://www.drush.org/latest/examples/example.drush.yml/) learn more about this configuration.



Expand Down

0 comments on commit 2499ff3

Please sign in to comment.