Sitecore / Habitat

Sitecore Modular Architecture Example
Other
413 stars 397 forks source link

Settings.ps1 wrong IdentityServerUrl after merge #480

Open byrondelgado opened 4 years ago

byrondelgado commented 4 years ago

Hi,

I noticed that the merge of the commit dcfc40aa413af8bcd005ed71d6a35e87e28ba30f - [#449] [9.1] Updated install and uninstall for 9.1 - overrided the IdentityServerUrl in file settings.ps1.

Currently, the file shows the settings as

# Identity Server Parameters
$IdentityServerSiteName = "${SolutionPrefix}_IdentityServer.$SitePostFix"
$IdentityServerUrl = "https://$IdentityServerName"

where IdentityServerName should be IdentityServerSiteName instead. Variable $IdentityServerName doesn't exist.

Thanks