Skip to content

Commit

Permalink
break line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroMS25 committed Jan 30, 2024
1 parent 2e0c2a1 commit 2a65b31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ logging: # Optional field
> Types marked as ``?`` mean are not required but optional

### Server
| Field | Data type | Explanation | Example |
|------------|--------------------------------|---------------------------------------------------------|--------------------------|
| address | `String` | The IP address the server will listen on | `127.0.0.1` or `"[::1]"` |
| port | `Integer` | The port the server will listen on | `8080` |
| password | `String` | The password used to authenticate on Nightingale routes | `mypassword` |
| http2 | `Boolean?` (default `false`) | Whether if nightingale should use Http2 | `false` |
| ssl | `SSlOptions?` (default `null`) | Options for nightingale to use SSL | \<Empty> |
| filter_ips | `IpFilter?` (default `null`) | Options to filter IPs that interact with Nightingale | \<Empty> |
| Field | Data type | Explanation | Example |
|------------|--------------------------------|---------------------------------------------------------|-----------------------------------|
| address | `String` | The IP address the server will listen on | `127.0.0.1` <br/>or<br/>`"[::1]"` |
| port | `Integer` | The port the server will listen on | `8080` |
| password | `String` | The password used to authenticate on Nightingale routes | `mypassword` |
| http2 | `Boolean?` (default `false`) | Whether if nightingale should use Http2 | `false` |
| ssl | `SSlOptions?` (default `null`) | Options for nightingale to use SSL | \<Empty> |
| filter_ips | `IpFilter?` (default `null`) | Options to filter IPs that interact with Nightingale | \<Empty> |

#### SSlOptions
| Field | Data type | Explanation | Example |
Expand Down

0 comments on commit 2a65b31

Please sign in to comment.