-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoCreate.config.js
41 lines (41 loc) · 1.1 KB
/
CoCreate.config.js
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
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"directories": [
{
"entry": "./demo",
"array": "files",
"object": {
"name": "{{name}}",
"src": "{{source}}",
"host": [
"*"
],
"directory": "/demo/ffmpeg/{{directory}}",
"path": "{{path}}",
"pathname": "{{pathname}}",
"content-type": "{{content-type}}",
"public": "true"
}
}
],
"sources": [
{
"array": "files",
"object": {
"_id": "61a12db2a8b6b4001a9f5a2e",
"name": "index.html",
"path": "/docs/ffmpeg",
"pathname": "/docs/ffmpeg/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*"
],
"directory": "ffmpeg",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
};