forked from Sitecore/XM-Cloud-Introduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
90 lines (72 loc) · 3.12 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# If you intend to push to a private registry, fill that in here.
REGISTRY=
COMPOSE_PROJECT_NAME=xm-cloud-introduction
# Configure host names, which will be used to configure Traefik proxy routing.
CM_HOST=xmcloudcm.localhost
MVP_RENDERING_HOST=mvp.xmcloudcm.localhost
SUGCON_EU_HOST=sugconeu.xmcloudcm.localhost
SUGCON_EU_HOST_INTERNAL_URI=http://sugcon-eu:3000
SUGCON_ANZ_HOST=sugconanz.xmcloudcm.localhost
SUGCON_ANZ_HOST_INTERNAL_URI=http://sugcon-anz:3000
# Sitecore Docker registry and platform version.
# The ltsc2019-based images are used by default here. SAC images are also available.
SITECORE_DOCKER_REGISTRY=scr.sitecore.com/xmcloud/
SITECORE_NONPRODUCTION_DOCKER_REGISTRY=scr.sitecore.com/sxp/
SITECORE_VERSION=0-ltsc2019
EXTERNAL_IMAGE_TAG_SUFFIX=ltsc2019
# The sitecore\admin and SQL 'sa' account passwords for this environment are configurable here.
SITECORE_ADMIN_PASSWORD=
SQL_SERVER=mssql
SQL_SA_LOGIN=sa
SQL_SA_PASSWORD=
SQL_DATABASE_PREFIX=Sitecore
# Other supporting images, including Sitecore modules and Docker tools
TOOLS_IMAGE=scr.sitecore.com/tools/sitecore-docker-tools-assets:10.2.0-1809
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
SOLUTION_BUILD_IMAGE=mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
SOLUTION_BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:1809
NETCORE_BUILD_IMAGE=mcr.microsoft.com/dotnet/sdk:6.0-nanoserver-ltsc2022
NETCORE_RELEASE_IMAGE= mcr.microsoft.com/dotnet/aspnet:6.0-nanoserver-ltsc2022
# Windows and Node.js version for JSS
NODEJS_PARENT_IMAGE=mcr.microsoft.com/windows/nanoserver:1809
NODEJS_VERSION=14.15.3
# MSBuild configuration and the target build stage for the Rendering Host image.
BUILD_CONFIGURATION=debug
# Prefix for Solr cores used with Sitecore Content Search
SOLR_CORE_PREFIX_NAME=sitecore
# Mount paths for code deployment, data persistence, and your Sitecore license.
LOCAL_DEPLOY_PATH=.\docker\deploy\
LOCAL_DATA_PATH=.\docker\data\
# The isolation mode for Sitecore containers.
# Compatibility of isolation mode depends on the Host and Container OS versions.
ISOLATION=default
TRAEFIK_ISOLATION=hyperv
# Generated keys and certificates for your environment.
REPORTING_API_KEY=
TELERIK_ENCRYPTION_KEY=
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=
# Experience Edge settings used to run the hosts directly against the Edge
EXPERIENCE_EDGE_URL=
EXPERIENCE_EDGE_TOKEN=
# Sitecore XM Cloud Fed Auth configuration
SITECORE_FedAuth_dot_Auth0_dot_RedirectBaseUrl=
SITECORE_FedAuth_dot_Auth0_dot_IsLocal=true
SITECORE_FedAuth_dot_Auth0_dot_ClientId=
SITECORE_FedAuth_dot_Auth0_dot_ClientSecret=
SITECORE_FedAuth_dot_Auth0_dot_Domain=
SITECORE_FedAuth_dot_Auth0_dot_Audience=
SITECORE_FedAuth_dot_Auth0_dot_LogoutRedirect=/sitecore
AZUREBLOB_DEFAULT_PROVIDER=classic
AZUREBLOB_SAS=
AZUREBLOB_CONTAINER=
EXPEDGE_CONNECTION=
LOG_LEVEL_VALUE=INFO
HOST_LICENSE_FOLDER=C:\License
DOCKER_RESTART=no
XMCLOUD_DEPLOY_CONFIG=xmcloud.plugin.pre-release.json
JSS_EDITING_SECRET=
GRAPH_QL_ENDPOINT=
SITECORE_API_KEY=B2F8A9B9-7203-4DCF-9314-8B28B043347E
SUGCONANZ_API_KEY=B2F8A9B9-7203-4DCF-9314-8B28B043347E
SITECORE_Pages_Client_Host="https://${CM_HOST}"
SITECORE_Pages_CORS_Allowed_Origins="*"