{
  "global": {
    "run_containers": false,
    "dns_enabled": true,
    "dns_host": "127.0.0.1",
    "dns_port": 53053,
    "dns_suffix": "svc.cluster.local",
    "dns_namespace": "pkg",
    "dns_external": [
      "mydb.example.internal A 192.168.1.1",
      "_main._mydb.example.internal IN SRV 0 5 5060 mydb.example.internal"
    ],
    "tail": true,
    "monitor": true,
    "monitor_excludes": [
      "**/node_modules/**",
      "**/.git/**",
      "**/.log"
    ],
    "environment": {
      "BOOTSTRAP_ENV": "qa-a",
      "BOOTSTRAP_DC": "nw",
      "CACHE_STRATEGY": "redis",
      "LOG_LEVEL": "debug"
    },
    "container_engine_url": "",
    "auto_generate_environment": true,
    "delay_start": 0,
    "restart_on_error": false,
    "max_restarts": 5,
    "host": "127.0.0.1",
    "dns": {
      "A": {
        "frontend.pkg.svc.cluster.local": {
          "address": "bibble"
        }
      },
      "SRV": {
        "_main._tcp.frontend.pkg.svc.cluster.local": {
          "address": "bibble",
          "cname": "frontend.pkg.svc.cluster.local",
          "port": "3000"
        },
        "_tcp._tcp.frontend.pkg.svc.cluster.local": {
          "address": "bibble",
          "cname": "frontend.pkg.svc.cluster.local",
          "port": "3001"
        },
        "_main._mydb.example.internal": {
          "cname": "mydb.example.internal",
          "port": "5060"
        }
      }
    }
  },
  "topology": {
    "containers": {
      "frontend": {
        "delay_start": 5,
        "type": "process",
        "path": "/Users/pelger/work/oss/apparatus/fugedir/fuge-config/test/fixture/frontend",
        "build": "sh build.sh",
        "test": "npm test",
        "run": "npm start",
        "environment": {
          "FRONTEND_SERVICE_HOST": "bibble",
          "FRONTEND_SERVICE_PORT": "3000",
          "FRONTEND_PORT": "tcp://bibble:3000",
          "FRONTEND_PORT_3000_TCP": "tcp://bibble:3000",
          "FRONTEND_PORT_3000_TCP_PROTO": "tcp",
          "FRONTEND_PORT_3000_TCP_PORT": "3000",
          "FRONTEND_PORT_3000_TCP_ADDR": "bibble",
          "FRONTEND_PORT_3001_TCP": "tcp://bibble:3001",
          "FRONTEND_PORT_3001_TCP_PROTO": "tcp",
          "FRONTEND_PORT_3001_TCP_PORT": "3001",
          "FRONTEND_PORT_3001_TCP_ADDR": "bibble",
          "DNS_HOST": "127.0.0.1",
          "DNS_PORT": 53053,
          "DNS_NAMESPACE": "pkg",
          "DNS_SUFFIX": "svc.cluster.local",
          "BOOTSTRAP_ENV": "qa-a",
          "BOOTSTRAP_DC": "nw",
          "CACHE_STRATEGY": "redis",
          "LOG_LEVEL": "debug",
          "ONE": "TWO",
          "THREE": "\"BASE64STRING==\"",
          "SERVICE_HOST": "bibble",
          "SERVICE_PORT": "3001"
        },
        "host": "bibble",
        "ports": {
          "main": [
            "3000",
            null
          ],
          "tcp": [
            "3001",
            null
          ]
        },
        "name": "frontend",
        "specific": {},
        "tail": true,
        "monitor": true,
        "monitor_excludes": [
          "**/node_modules/**",
          "**/.git/**",
          "**/.log"
        ],
        "restart_on_error": false,
        "max_restarts": 5,
        "auto_generate_environment": true,
        "dns_suffix": "svc.cluster.local",
        "dns_namespace": "pkg",
        "dns_enabled": true,
        "process": {
          "history": [],
          "flags": {},
          "child": null,
          "colour": null,
          "monitor": null
        }
      }
    }
  }
}

