Skip to content

Commit 5dca690

Browse files
committed
update CoCreate.config.js
1 parent c3f4a24 commit 5dca690

File tree

1 file changed

+32
-42
lines changed

1 file changed

+32
-42
lines changed

CoCreate.config.js

Lines changed: 32 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,37 @@
11
module.exports = {
2-
config: {
3-
apiKey: "c2b08663-06e3-440c-ef6f-13978b42883a",
4-
securityKey: "f26baf68-e3a9-45fc-effe-502e47116265",
5-
organization_Id: "5de0387b12e200ea63204d6c",
6-
host: "server.cocreate.app:8088"
7-
},
8-
9-
sources: [{
10-
path: "./docs/index.html",
11-
collection: "files",
12-
document_id: "602093033c260207bf49cac0",
13-
key: "html",
14-
data:{
15-
name: "Render Doc",
16-
}
17-
},
18-
],
19-
20-
crud: [{
21-
collection: "routes",
22-
document_id: "602093033c260207bf49cabf",
23-
data:{
24-
collection: "files",
25-
document_id: "602093033c260207bf49cac0",
26-
name: "html",
27-
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
28-
route: "/docs/render",
2+
"config": {
3+
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a",
4+
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265",
5+
"organization_Id": "5de0387b12e200ea63204d6c",
6+
"host": "server.cocreate.app:8088"
7+
},
8+
9+
"sources": [{
10+
"path": "./docs/index.html",
11+
"collection": "files",
12+
"document_id": "602093033c260207bf49cac0",
13+
"key": "html",
14+
"data":{
15+
"name": "render Doc",
16+
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
17+
"path": "/docs/render"
2918
}
3019
}
3120
],
32-
33-
extract: {
34-
directory: "./src/",
35-
extensions: [
36-
"js",
37-
"css",
38-
"html"
39-
],
40-
ignores: [
41-
"node_modules",
42-
"vendor",
43-
"bower_components",
44-
"archive"
45-
],
46-
}
21+
22+
"extract": {
23+
"directory": "./src/",
24+
"extensions": [
25+
"js",
26+
"css",
27+
"html"
28+
],
29+
"ignores": [
30+
"node_modules",
31+
"vendor",
32+
"bower_components",
33+
"archive"
34+
]
35+
}
4736
}
37+

0 commit comments

Comments
 (0)