Skip to content

Commit

Permalink
Merge pull request #620 from City-of-Helsinki/UHF-9452-remove-amq
Browse files Browse the repository at this point in the history
UHF-9452: Disable AMQ until prod setup is done
  • Loading branch information
tuutti authored Dec 3, 2024
2 parents 3a2574a + 6e6cf50 commit 15ad8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/sites/default/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
'SENTRY_DSN_REACT',
'HELBIT_CLIENT_ID',
'HAKUVAHTI_URL',
'AMQ_BROKERS',
'AMQ_USER',
'AMQ_PASSWORD',
// 'AMQ_BROKERS',
// 'AMQ_USER',
// 'AMQ_PASSWORD',
];
foreach ($additionalEnvVars as $var) {
$preflight_checks['environmentVariables'][] = $var;
Expand Down

0 comments on commit 15ad8d3

Please sign in to comment.