forked from Sitecore/Sitecore.Demo.XmCloud.PlaySummit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmcloud.build.json
55 lines (55 loc) · 1.46 KB
/
xmcloud.build.json
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
{
"renderingHosts": {
"playwebsite": {
"path": "./src/rendering",
"nodeVersion": "16.15.1",
"jssDeploymentSecret":"511cdfab92b7440db866ac0fb817b490",
"enabled": true,
"type": "sxa",
"lintCommand": "lint",
"startCommand": "start:production"
}
},
"transforms": [
{
"xdtPath": "/xdts/",
"targetPath": "/"
}
],
"postActions": {
"actions":{
"warmUpCm": {
"urls": [
"/sitecore/shell",
"/sitecore/shell/Applications/Content%20Editor.aspx?sc_bw=1",
"/sitecore/client/Applications/Launchpad",
"/Utilities/Hotfix.aspx"
]
},
"populateSchema": {
"indexNames": [
"sitecore_core_index",
"sitecore_master_index",
"sitecore_horizon_index"
]
},
"reindex": {
"indexNames": [
"sitecore_core_index",
"sitecore_master_index",
"sitecore_horizon_index"
]
},
"publish": {
"path": "/sitecore",
"languages": [
"en",
"fr-CA"
],
"itemIds": [],
"targets": ["Edge"],
"republish": false
}
}
}
}