-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCoCreate.config.js
More file actions
27 lines (27 loc) · 869 Bytes
/
CoCreate.config.js
File metadata and controls
27 lines (27 loc) · 869 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": {
"organization_id": "5ff747727005da1c272740ab",
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"host": "general.cocreate.app"
},
"sources": [
{
"collection": "files",
"document": {
"_id": "6143fcc6829b690010a5f341",
"name": "index.html",
"path": "/docs/font-awesome/index.html",
"src": "{{./docs/index.html}}",
"hosts": [
"*",
"general.cocreate.app"
],
"directory": "/docs/font-awesome",
"parentDirectory": "{{parentDirectory}}",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
}
}
]
}