-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCoCreate.config.1.js
More file actions
45 lines (42 loc) · 839 Bytes
/
CoCreate.config.1.js
File metadata and controls
45 lines (42 loc) · 839 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module.exports = {
"config": {
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a",
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265",
"organization_Id": "5de0387b12e200ea63204d6c",
"host": "server.cocreate.app:8088"
},
"sources": [{
"path": "./docs/index.html",
"collection": "files",
"document_id": "60145dc49f64ba1680b86693",
"key": "html",
"data": {
"name": "test Doc"
}
}],
"crud": [{
"collection": "routes",
"document_id": "",
"data": {
"collection": "files",
"document_id": "",
"name": "html",
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
"route": "/docs/test"
}
}],
"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
}