fuge_global:
  run_containers: false
  dns_enabled: true
  dns_host: 127.0.0.1
  dns_port: 53053
  dns_suffix: svc.{{projectName}}.local
  dns_namespace: {{projectName}}ns
  restart_on_error: true
  max_restarts: 3
  tail: true
  monitor: true
  monitor_excludes:
    - '**/node_modules/**'
    - '**/.git/**'
    - '**/*.log'
  auto_generate_environment: true
  auto_port_start: 10000
base:
  type: process
  path: ./mesh/base
  run: node base.js
repl:
  type: process
  path: ./mesh/repl
  run: node repl.js