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