{
  "api": {
    "environment": "development",
    "port": 9696,
    "limit_request": "50mb",
    "clearEmptyFieldHeader": false,
    "clearEmptyFieldBody": false
  },
  "session": {
    "active": true
  },
  "webSocket": {
    "active": false
  },
  "https": {
    "pathKey": "",
    "pathCrt": ""
  },
  "cache": {
    "stdTTL": 1,
    "checkperiod": 1
  },
  "swagger": {
    "active": false,
    "definition": {
      "info": {
        "description": "This is a sample server",
        "title": "Swagger",
        "version": "1.0.0"
      },
      "host": "localhost:3000",
      "basePath": "/v1",
      "produces": [
        "application/json",
        "application/xml"
      ],
      "schemes": [
        "http",
        "https"
      ]
    }
  },
  "limit_rate": {
    "active": false,
    "definition": {
      "windowMs": 2000,
      "max": 1,
      "message": "Muitas conexões criadas a partir deste ip, tente novamente após 15 minutos!"
    }
  },
  "tokenaccess": {
    "generatenewtokenallendpoint": true,
    "expiresIn": "1h",
    "algorithm": "HS256",
    "authorization": "<authorization>"
  },
  "project": {
    "name": "projeto_teste",
    "description": "Projeto de Teste",
    "version": "1.0.0"
  },
  "reportLib": {
    "init": true
  },
  "miscelaneaApi": {
    "host": "https://miscelanea.servidoralvozeroum.com.br:50002",
    "user": "<user>",
    "password": "<password>"
  },
  "applicationlog": {
    "log": false
  },
  "repository": [
    {"name": "PADRAO", "path": "<path>", "emptyFileName": "<empty filename>", "charFolderSeparator": "*"}
  ],
  "repositoryUrl": {
    "host": "http://localhost:9090"
  },
  "microservice_repository": [
    {"name": "teste", "url": "http://localhost:9697"}
  ],
  "database": [
    {
      "name": "<name>",
      "active": false
    }
  ],
  "usersettings":{
  }
}
