-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCoCreate.config.js
More file actions
27 lines (27 loc) · 807 Bytes
/
CoCreate.config.js
File metadata and controls
27 lines (27 loc) · 807 Bytes
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
module.exports = {
config: {
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"organization_id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},
"sources": [
{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "6204254580b409001727b743",
"key": "src",
"data": {
"name": "index.html",
"path": "/docs/ide/index.html",
"domains": [
"*",
"general.cocreate.app"
],
"directory": "/docs/ide",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
]
}