Skip to content

Commit

Permalink
Tugboat: create DRUPAL_HASH_SALT using TUGBOAT_REPO_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed May 12, 2022
1 parent dad0384 commit 5ecf332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EnvMapping/Tugboat.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function getEnvs() : array
'DRUPAL_DB_PASS' => 'tugboat',
'DRUPAL_DB_HOST' => 'mysql',
'DRUPAL_DB_PORT' => '3306',
'DRUPAL_HASH_SALT' => hash('sha256', getenv('TUGBOAT_REPO_ID')),
'DRUPAL_ROUTES' => getenv('TUGBOAT_DEFAULT_SERVICE_URL'),
];
}
Expand Down

0 comments on commit 5ecf332

Please sign in to comment.