Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/helix-basic-aspnetcore/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"sitecore.cli": {
"version": "4.0.0",
"version": "4.1.0",
"commands": [
"sitecore"
]
Expand Down
9 changes: 6 additions & 3 deletions examples/helix-basic-aspnetcore/.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ RENDERING_HOST=www.basic-company-aspnetcore.localhost
SITECORE_DOCKER_REGISTRY=scr.sitecore.com/sxp/
SITECORE_MODULE_REGISTRY=scr.sitecore.com/sxp/modules/
SITECORE_TOOLS_REGISTRY=scr.sitecore.com/tools/
SITECORE_VERSION=10.1-ltsc2019
HEADLESS_SERVICES_VERSION=18.0-1809
SITECORE_VERSION=10.2-ltsc2019
HEADLESS_SERVICES_VERSION=19.0.0-1809
HEADLESS_SERVICES_IMAGE=scr.sitecore.com/sxp/modules/sitecore-headless-services-xm1-assets:19.0.0-1809
MANAGEMENT_SERVICES_VERSION=4.0-1809
TOOLS_VERSION=10.1-1809
TOOLS_VERSION=10.2-1809

SITECORE_ADMIN_PASSWORD=
SQL_SERVER=mssql
SQL_SA_PASSWORD=
SQL_SA_LOGIN=sa
SOLR_CORE_PREFIX_NAME=sitecore
TELERIK_ENCRYPTION_KEY=
SITECORE_IDSECRET=
Expand Down
Loading