Skip to content

Commit

Permalink
UHF-9392: Removed proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Feb 1, 2024
1 parent 801e1f0 commit 84d40f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/sites/default/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
$config['helfi_hotjar.settings']['hjid'] = $hotjar_id;
}

if ($drush_options_uri = getenv('DRUSH_OPTIONS_URI')) {
if (str_contains($drush_options_uri, 'www.hel.fi')) {
$config['helfi_proxy.settings']['default_proxy_domain'] = 'www.hel.fi';
}
}

// Elasticsearch settings.
if (getenv('ELASTICSEARCH_URL')) {
$config['elasticsearch_connector.cluster.kymp']['url'] = getenv('ELASTICSEARCH_URL');
Expand Down

0 comments on commit 84d40f7

Please sign in to comment.