Skip to content

Commit

Permalink
Merge pull request #937 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 a59736d + 4e3f984 commit 4a2a308
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 @@ -64,9 +64,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 4a2a308

Please sign in to comment.