-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial upgrade to SXA 10.1 * Included example environment file * Create .env file is none is present * Include Sitecore package definition
- Loading branch information
1 parent
391f708
commit 72f5da9
Showing
109 changed files
with
2,850 additions
and
1,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"sitecore.cli": { | ||
"version": "2.0.0", | ||
"commands": [ | ||
"sitecore" | ||
] | ||
} | ||
} | ||
} | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"sitecore.cli": { | ||
"version": "3.0.0", | ||
"commands": ["sitecore"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
COMPOSE_PROJECT_NAME=sxa-xm | ||
REGISTRY= | ||
VERSION= | ||
|
||
SOLUTION_BUILD_IMAGE=mcr.microsoft.com/dotnet/framework/sdk:4.8 | ||
SOLUTION_BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:1809 | ||
BUILD_CONFIGURATION=debug | ||
|
||
LOCAL_DEPLOY_PATH=.\src\Project\Styleguide\Website | ||
LOCAL_DATA_PATH=.\docker\data | ||
LOCAL_ITEM_PATH=.\src | ||
HOST_LICENSE_FOLDER=C:\Sitecore\License | ||
|
||
CM_HOST=cm.sxa.local | ||
CD_HOST=cd.sxa.local | ||
ID_HOST=id.sxa.local | ||
HRZ_HOST=hrz.sxa.local | ||
|
||
SITECORE_DOCKER_REGISTRY=scr.sitecore.com/sxp/ | ||
SITECORE_TOOLS_REGISTRY=scr.sitecore.com/tools/ | ||
SITECORE_MODULE_REGISTRY=scr.sitecore.com/sxp/modules/ | ||
SITECORE_VERSION=10.1-ltsc2019 | ||
MANAGEMENT_SERVICES_VERSION=3.0.0-1809 | ||
TOOLS_VERSION=10.1-1809 | ||
SPE_VERSION=6.2-1809 | ||
SXA_VERSION=10.1-1809 | ||
HORIZON_VERSION=2.26.0-ltsc2019 | ||
HORIZON_ASSET_VERSION=2.26.0-1809 | ||
|
||
SITECORE_ADMIN_PAS1SWORD= | ||
SQL_SA_PASSWORD= | ||
TELERIK_ENCRYPTION_KEY= | ||
SITECORE_IDSECRET= | ||
SITECORE_ID_CERTIFICATE= | ||
SITECORE_ID_CERTIFICATE_PASSWORD= | ||
|
||
# Because we are using a mounted license file, this value can be empty. | ||
# Included here to suppress 'variable is not set' warning from docker-compose. | ||
SITECORE_LICENSE= | ||
TRAEFIK_IMAGE=traefik:v2.2.0-windowsservercore-1809 | ||
TRAEFIK_ISOLATION=hyperv | ||
ISOLATION=default | ||
|
||
SOLR_CORE_PREFIX_NAME=sitecore | ||
# You should change the shared secret to a random string and not use the default value | ||
MEDIA_REQUEST_PROTECTION_SHARED_SECRET= | ||
REPORTING_API_KEY= |
Oops, something went wrong.