Skip to content

Commit

Permalink
Merge pull request #194 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
rpnykanen authored Feb 9, 2023
2 parents 1ca6ab4 + 0e6a86b commit f9ce362
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
102 changes: 51 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions public/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
'driver' => 'mysql',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_swedish_ci',
'init_commands' => [
'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
],
];

$settings['hash_salt'] = getenv('DRUPAL_HASH_SALT') ?: '000';
Expand Down

0 comments on commit f9ce362

Please sign in to comment.