1
{
2
  "defaultEnv": "%1$s",
3
  "environments": {
4
    "%1$s": {
5
      "machines": {
6
        "dev-machine": {
7
          "attributes": {
8
            "memoryLimitBytes": "3221225472"
9
          },
10
          "servers": {
11
            "tomcat8-debug": {
12
              "attributes": {},
13
              "port": "8000",
14
              "protocol": "http"
15
            },
16
            "codeserver": {
17
              "attributes": {},
18
              "port": "9876",
19
              "protocol": "http"
20
            },
21
            "tomcat8": {
22
              "attributes": {},
23
              "port": "8080",
24
              "protocol": "http"
25
            }
26
          },
27
          "volumes": {},
28
          "installers": [
29
            "org.eclipse.che.terminal",
30
            "org.eclipse.che.ws-agent",
32
          ],
33
          "env": {
34
            "CHE_MACHINE_NAME": "dev-machine"
35
          }
36
        }
37
      },
38
      "recipe": {
39
        "type": "dockerimage",