{
  "environment": "development",
  <%_ if (auth) { _%>"jwtPublicCert": "./config/service.pub",<%_ } _%>
  "hydra": {
    "serviceName": "<%= name %>-service",
    "serviceIP": "<%= ip %>",
    "servicePort": <%= port %>,
    "serviceType": "<%= name %>",
    "serviceDescription": "<%= purpose %>",
    <%_ if (logging) { _%>
    "plugins": {
      "logger": {
        "logRequests": true,
        "elasticsearch": {
          "host": "localhost",
          "port": 9200,
          "index": "hydra"
        }
      }
    },
    <%_ } _%>
    "redis": {
      "url": "127.0.0.1",
      "port": 6379,
      "db": 15
    }
  }
}
