Skip to content

Commit

Permalink
Add contents to custom configuration in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
suthagar23 committed Jun 10, 2020
1 parent 152e5c3 commit ef5c733
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Realtime Health Status API for Node applications with Express framework.
3. [Custom Health Status Configuration](#Custom-Health-Status-Configuration)
1. [Main parts of the configurations](#Main-parts-of-the-configurations)
2. [Custom configuration properties](#Custom-configuration-properties)
1. [Response configuration](#Response-configuration)
2. [API Security configuration](#API-Security-configuration)
3. [System Information configuration](#System-Information-configuration)
4. [Consumed services configuration](#Consumed-services-configuration)
5. [API's configuration](#API's-configuration)
6. [Example custom configuration](#Example-custom-configuration)
4. [Example Server](#Example-Server)
5. [Contributions](#Contributions)
6. [Development](#Development)
Expand Down Expand Up @@ -181,7 +187,7 @@ Follow the steps to create your custom configuration file for health API.
| ── isRequired | ☐ | true | Is this service required to serve this API (down this API if this service went down) |
| | |

6. #### Example custom configuration,
6. #### Example custom configuration

```json
{
Expand Down

0 comments on commit ef5c733

Please sign in to comment.