-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codenvy.json
53 lines (52 loc) · 1.1 KB
/
.codenvy.json
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
46
47
48
49
50
51
52
{
"v": "4.0",
"policies" : {
"create" : "perUser"
},
"workspace": {
"defaultEnv": "arduino",
"environments": [
{
"name": "arduino",
"machineConfigs": [
{
"limits": {
"ram": 1000
},
"name": "ws-machine",
"type": "docker",
"source": {
"location": "https://codenvy.com/git/2f/b9/f8/workspacew2zgcl20s6v23a64/arduino-blink",
"type": "recipe"
},
"dev": true
}
]
}
],
"projects": [
{
"links": [],
"name": "arduino-blink-simple",
"attributes": {},
"type": "blank",
"source": {
"location": "https://github.com/akribopo/arduino-blink.git",
"type": "git",
"parameters": {}
},
"modules": [],
"path": "/arduino-blink-simple",
"description": "",
"problems": [],
"mixins": [
"git"
]
}
],
"name": "arduino",
"attributes": {},
"commands": [],
"links": []
}
}