Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil authored Dec 30, 2021
1 parent be6c57c commit 42fb42a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,27 @@ This allows to build consolidated api documentation for different microservices

![Opcache dashboard](https://github.com/GoMetric/swagger-ui-consolidated/blob/master/docs/ui.png?raw=true&1)

## Configuration

To configure your own api copy configuration to `config.json`.

Example configuration:

```json
{
"schemas": [
{
"name": "Petstore",
"url": "https://petstore.swagger.io/v2/swagger.json"
},
{
"name": "Amazon Api Gateway",
"url": "https://api.apis.guru/v2/specs/amazonaws.com/apigateway/2015-07-09/openapi.json"
},
{
"name": "Amazon AppConfig",
"url": "https://api.apis.guru/v2/specs/amazonaws.com/appconfig/2019-10-09/openapi.json"
}
]
}
```

0 comments on commit 42fb42a

Please sign in to comment.