Skip to content

Commit

Permalink
fix: CoCreate.config directory, path, name and public
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 9, 2021
1 parent 56b2953 commit 3e7432d
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
module.exports = {
"config": {
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a",
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265",
"organization_Id": "5de0387b12e200ea63204d6c",
"host": "server.cocreate.app:8088"
},

"config": {
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"organization_Id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},

"sources": [{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "6011e7d320b8221182666b45",
"key": "src",
"data":{
"name": "search Doc",
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
"path": "/docs/search"
"name": "index.html",
"path": "/docs/search/index.html",
"domains": [
"general.cocreate.app"
],
"directory": "/docs/search",
"content-type": "text/html",
"public": "true",
"website_id": "61381ed8829b690010a4f2b2"
}
}
],
Expand Down

0 comments on commit 3e7432d

Please sign in to comment.