Skip to content

Commit

Permalink
Merge pull request #614 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 3dc6f4f + 5f251f6 commit c0a61e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/sites/default/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
'ELASTIC_PASSWORD',
'SENTRY_DSN_REACT',
'HELBIT_CLIENT_ID',
'HAKUVAHTI_URL'
'HAKUVAHTI_URL',
'AMQ_BROKERS',
'AMQ_USER',
'AMQ_PASSWORD',
];
foreach ($additionalEnvVars as $var) {
$preflight_checks['environmentVariables'][] = $var;
Expand Down

0 comments on commit c0a61e9

Please sign in to comment.