{
  "registry": "http://npm.cobalt-engine.com",
  "registres": {
    "dev": "http://dev-npm.qapint.com",
    "prod": "http://npm.cobalt-engine.com"
  },
  "graylog": {
    "name": "Graylog",
    "level": "debug",
    "silent": false,
    "handleExceptions": false,
    "graylog": {
      "servers": [{
        "host": "graylog-inputs.ewizard.io",
        "port": 12201
      }],
      "hostname": "cobalt-cli"
    }
  },
  "loglevel": "info",
  "ewizardData": {
    "todo: move this config to": "ewizard",
    "clientId": "CoApp"
  },
  "screenServerUrl": "https://screenshoter.ewizard.io/api/v2/screenshot/",
  "screenServerUrlL": "http://localhost:3010/api/screenshot/",
  "screen": {
    "devices": ["ipad", "ipad-retina", "ipad-air", "memo-pad-7", "memo-pad-fhd10", "nexus-7",
          "nexus-10", "galaxy-note-8.0", "galaxy-note-10", "galaxy-tab-7", "galaxy-tab-7.7",
          "galaxy-tab-10.1", "galaxy-tab-e"],
    "defaultDevice": "ipad",
    "formats": ["png", "jpg", "jpeg", "gif"]
  },
  "componentLibrary": {
    "routes": {
      "component": "/api/v1/component/{name}?core={core}",
      "list": "/api/v1/component",
      "publish": "/api/v1/component/publish",
      "unpublish": "/api/v1/component/unpublish/{name}/{version}",
      "install": "/api/v1/npm/get",
      "versions": "/api/v1/component/cobalt/{name}/versions",
      "category": "/api/v1/component/category"
    }
  },
  "authServer": {
    "url": "https://login.ewizard.io/auth",
    "token_type_hint": "access_token",
    "routes": {
      "token": "/realms/{realm}/protocol/openid-connect/token",
      "introspect": "/realms/{realm}/protocol/openid-connect/token/introspect"
    }
  },
  "defaultAuthServer": {
    "clientId":"co-cli",
    "sslRequired":"external"
  },
  "developInstances": ["develop.ewizard.io", "dev2.ewizard.io", "dev3.ewizard.io"],
  "gatewayPath": "/cobalt-cli",
  "exporterServer": {
      "url": "http://192.168.1.120:3110"
  },
  "scaffolding": {
      "defaultComponents": ["spa", "co-collection", "co-container", "co-text", "co-image"]
  }
}
