Skip to content

Commit

Permalink
Merge pull request #635 from City-of-Helsinki/UHF-10012-preflight-checks
Browse files Browse the repository at this point in the history
UHF-10012: Update preflight checks
  • Loading branch information
tuutti authored Apr 30, 2024
2 parents 031f9b7 + 7f0ea8b commit b504e23
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions public/sites/default/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Contains site specific overrides.
*/

if ($hotjar_id = getenv('HOTJAR_ID')) {
$config['helfi_hotjar.settings']['hjid'] = $hotjar_id;
}
$config['openid_connect.client.tunnistamo']['settings']['ad_roles'] = [
[
'ad_role' => 'Drupal_Helfi_kaupunkitaso_paakayttajat',
Expand All @@ -34,8 +31,8 @@
'DRUPAL_VARNISH_HOST',
'DRUPAL_VARNISH_PORT',
'PROJECT_NAME',
'DRUPAL_API_ACCOUNTS',
'DRUPAL_VAULT_ACCOUNTS',
'DRUPAL_PUBSUB_VAULT',
'DRUPAL_NAVIGATION_VAULT',
'REDIS_HOST',
'REDIS_PORT',
'REDIS_PASSWORD',
Expand Down

0 comments on commit b504e23

Please sign in to comment.