Skip to content

Commit

Permalink
Merge pull request #988 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 60c18d5 + d5487cd commit 9746f07
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 @@ -65,9 +65,9 @@
'ELASTIC_USER',
'ELASTIC_PASSWORD',
'SENTRY_DSN_REACT',
'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 9746f07

Please sign in to comment.