Skip to content

Commit

Permalink
Remove sitemap specific URL override, drush base URL is already set
Browse files Browse the repository at this point in the history
  • Loading branch information
fago authored Aug 10, 2023
1 parent e390c8a commit 736192b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/sites/all/base.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,3 @@
// Set name and background color for current environment.
$config['environment_indicator.indicator']['name'] = $env;
$config['environment_indicator.indicator']['bg_color'] = getenv('PHAPP_ENV_COLOR');

# Make sure drush has proper host when generating sitemap xml.
$config['simple_sitemap.settings']['base_url'] = getenv('PHAPP_BASE_URL');

0 comments on commit 736192b

Please sign in to comment.