Skip to content

Commit

Permalink
Merge pull request #719 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 d219e4b + 7ce2b66 commit 8e606d1
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 @@ -45,9 +45,9 @@
'TUNNISTAMO_ENVIRONMENT_URL',
'SENTRY_DSN',
'SENTRY_ENVIRONMENT',
'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 8e606d1

Please sign in to comment.