File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ Set-EnvFileVariable "SITECORE_ADMIN_PASSWORD" -Value $SitecoreAdminPassword
5757Set-EnvFileVariable " SQL_SA_PASSWORD" - Value $SqlSaPassword
5858
5959# TELERIK_ENCRYPTION_KEY = random 64-128 chars
60- Set-EnvFileVariable " TELERIK_ENCRYPTION_KEY" - Value (Get-SitecoreRandomString 128 )
60+ Set-EnvFileVariable " TELERIK_ENCRYPTION_KEY" - Value " ' $ ( Get-SitecoreRandomString 128 ) ' "
6161
6262# MEDIA_REQUEST_PROTECTION_SHARED_SECRET
63- Set-EnvFileVariable " MEDIA_REQUEST_PROTECTION_SHARED_SECRET" - Value (Get-SitecoreRandomString 64 )
63+ Set-EnvFileVariable " MEDIA_REQUEST_PROTECTION_SHARED_SECRET" - Value " ' $ ( Get-SitecoreRandomString 64 ) ' "
6464
6565# SITECORE_IDSECRET = random 64 chars
6666Set-EnvFileVariable " SITECORE_IDSECRET" - Value (Get-SitecoreRandomString 64 - DisallowSpecial)
@@ -114,4 +114,4 @@ Write-Host "Adding Windows hosts file entries..." -ForegroundColor Green
114114Add-HostsEntry " xp0cm.localhost"
115115Add-HostsEntry " xp0id.localhost"
116116
117- Write-Host " Done!" - ForegroundColor Green
117+ Write-Host " Done!" - ForegroundColor Green
You can’t perform that action at this time.
0 commit comments