forked from Sitecore/Sitecore.Demo.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcake-config.json
21 lines (21 loc) · 924 Bytes
/
cake-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"WebsiteRoot": "C:\\Inetpub\\wwwroot\\xp1.cm\\",
"XConnectRoot": "C:\\inetpub\\wwwroot\\xp1.collection\\",
"XConnectIndexWorkerRoot": "C:\\inetpub\\wwwroot\\xp1.search\\",
"InstanceUrl": "https://xp1.cm",
"UnicornSerializationFolder": "C:\\gitrepos\\SxaBysoft\\items",
"SolutionName": "SxaBysoft.sln",
"ProjectFolder": "C:\\gitrepos\\SxaBysoft",
"BuildConfiguration": "Debug",
"BuildToolVersions": "VS2019",
"RunCleanBuilds": false,
"version": "9.3.0",
"CDN": "false",
"FeatureSrcFolder": "C:\\gitrepos\\SxaBysoft\\src\\Feature",
"ProjectSrcFolder": "C:\\gitrepos\\SxaBysoft\\src\\Project",
"FoundationSrcFolder": "C:\\gitrepos\\SxaBysoft\\src\\Foundation",
"PublishTempFolder": "C:\\deployTemp",
"CmBaseImageName": "sitecore-xp-sxa-standalone:9.3.0-windowsservercore-ltsc2019",
"CmImageTagName": "sxabysoft-xp-sxa-cm:9.3.0-windowsservercore-ltsc2019",
"BuildContext": ".\\docker\\images\\windows\\cm"
}