forked from hlxsites/aem-boilerplate-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-config.json
86 lines (86 loc) · 2.42 KB
/
default-config.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
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
{
"version": 1,
"code": {
"owner": "{ORG}",
"repo": "{REPO}",
"source": {
"type": "github",
"url": "https://github.com/{ORG}/{REPO}"
}
},
"content": {
"source": {
"url": "https://adobe.sharepoint.com/:f:/r/sites/HelixProjects/Shared%20Documents/sites/starter-content-commerce",
"type": "onedrive"
},
"overlay": {
"url": "https://adobe-commerce-api.adobeaem.workers.dev/hlxsites/commerce-hlx5/content/product/",
"type": "markup"
}
},
"folders": {
"/products/": "/products/default"
},
"cdn": {
"live": {
"host": "main--{SITE}--{ORG}.aem.live"
},
"preview": {
"host": "main--{SITE}--{ORG}.aem.page"
}
},
"headers": {
"/configs.json": [
{
"key": "access-control-allow-origin",
"value": "*"
}
],
"/configs-stage.json": [
{
"key": "access-control-allow-origin",
"value": "*"
}
],
"/configs-dev.json": [
{
"key": "access-control-allow-origin",
"value": "*"
}
],
"/**": [
{
"key": "access-control-allow-origin",
"value": "*"
}
]
},
"robots": {
"txt": "User-agent: *\nAllow: /\nDisallow: /drafts/\nDisallow: /enrichment/\nDisallow: /tools/\nDisallow: /plugins/experimentation/\n\nSitemap: https://{DOMAIN}/sitemap-index.xml"
},
"sidekick": {
"project": "Boilerplate",
"plugins": [
{
"id": "cif",
"title": "Commerce",
"environments": [
"edit"
],
"url": "https://main--{SITE}--{ORG}.aem.live/tools/picker/dist/index.html",
"isPalette": true,
"paletteRect": "top: 54px; left: 5px; bottom: 5px; width: 300px; height: calc(100% - 59px); border-radius: var(--hlx-sk-button-border-radius); overflow: hidden; resize: horizontal;"
}
]
},
"access": {
"admin": {
"role": {
"config_admin": [
"{ADMIN_USER_EMAIL}"
]
},
"requireAuth": "false"
}
}
}