From 5af968c34c322d4b035d4141a18b2fd519192bc0 Mon Sep 17 00:00:00 2001 From: "Liopold D. Novelli" Date: Fri, 12 Apr 2024 16:09:19 +0200 Subject: [PATCH] chore: LDCL-6: Add app secret option to drush sanitize command. --- drush/drush.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drush/drush.yml b/drush/drush.yml index 94ecf9183f..071906dc5c 100644 --- a/drush/drush.yml +++ b/drush/drush.yml @@ -38,6 +38,9 @@ command: # Use common tables by default. structure-tables-key: common skip-tables-key: common + sanitize: + options: + sanitize-password: '${env.APP_SECRET}' site: install: options: