Skip to content

Commit

Permalink
Merge pull request #982 from City-of-Helsinki/UHF-9452-env-variables
Browse files Browse the repository at this point in the history
UHF-9452: Updated required env variables
  • Loading branch information
tuutti authored Nov 26, 2024
2 parents eb9a3a3 + 363d14a commit 82b539e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/sites/default/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
'ELASTIC_USER',
'ELASTIC_PASSWORD',
'SENTRY_DSN_REACT',
'AMQ_BROKERS',
'AMQ_USER',
'AMQ_PASSWORD',
];
foreach ($additionalEnvVars as $var) {
$preflight_checks['environmentVariables'][] = $var;
Expand Down

0 comments on commit 82b539e

Please sign in to comment.