We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a961d69 + 98cf33b commit fce1eb1Copy full SHA for fce1eb1
public/sites/default/settings.php
@@ -150,11 +150,6 @@ function drupal_get_env(string|array $variables) : mixed {
150
$settings['flysystem'] = $schemes;
151
}
152
153
-
154
-if ($navigation_authentication_key = getenv('DRUPAL_NAVIGATION_API_KEY')) {
155
- $config['helfi_navigation.api']['key'] = $navigation_authentication_key;
156
-}
157
158
// Make sure project name and app env are defined in GitHub actions too.
159
if ($github_repository = getenv('GITHUB_REPOSITORY')) {
160
if (!getenv('APP_ENV')) {
0 commit comments