Skip to content

Commit fce1eb1

Browse files
authored
Merge pull request #319 from City-of-Helsinki/UHF-8677
remove the DRUPAL_NAVIGATION_API_KEY setting from settings.php
2 parents a961d69 + 98cf33b commit fce1eb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

public/sites/default/settings.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ function drupal_get_env(string|array $variables) : mixed {
150150
$settings['flysystem'] = $schemes;
151151
}
152152

153-
154-
if ($navigation_authentication_key = getenv('DRUPAL_NAVIGATION_API_KEY')) {
155-
$config['helfi_navigation.api']['key'] = $navigation_authentication_key;
156-
}
157-
158153
// Make sure project name and app env are defined in GitHub actions too.
159154
if ($github_repository = getenv('GITHUB_REPOSITORY')) {
160155
if (!getenv('APP_ENV')) {

0 commit comments

Comments
 (0)