-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCoCreate.config.js
More file actions
26 lines (26 loc) · 802 Bytes
/
CoCreate.config.js
File metadata and controls
26 lines (26 loc) · 802 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": "6204253f80b409001727b742",
"name": "index.html",
"path": "/docs/keepalived/index.html",
"src": "{{./docs/index.html}}",
"domains": [
"*",
"general.cocreate.app"
],
"directory": "/docs/keepalived",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
]
}