-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkitchensink.json
35 lines (35 loc) · 956 Bytes
/
kitchensink.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
{
"name": "kitchensink",
"options": {
"contentSecurityPolicy": "default-src 'self' 'unsafe-inline' http: https: ws: wss:; script-src 'self' *.mapquestapi.com *.twitter.com *.twimg.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data:; font-src * data:; frame-src *;"
},
"deployOptions": {
"C8Y_BASE_TENANT_DEFAULT": "glenn",
"C8Y_BASE_USER_DEFAULT": "admin",
"C8Y_BASE_URL_DEFAULT": "https://glenn.cumulocity.com"
},
"replaceImports": {
"core/c8yBranding": "kitchensink/piedpiper-branding"
},
"applications": [
{
"contextPath": "administration"
},
{
"contextPath": "devicemanagement"
},
{
"contextPath": "cockpit",
"addImports": [
"core/htmlWidget",
"kitchensink/the-sink"
],
"removeImports": [
"core/welcomeScreen"
],
"options": {
"contentSecurityPolicy": null
}
}
]
}