Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Mar 2, 2017
1 parent 0c5386b commit 65bc1bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,12 @@ Minimal TLS version to require. Default undef (e.g. `TLSv1.2`)
##### `ssl_cipher_list`
List of allowed TLS ciphers, to fine tune encryption. Default undef (e.g. `HIGH:MEDIUM:!aNULL:!MD5:!RC4`)

##### `bind_host`
The IP address the api listener will be bound to. (e.g. 0.0.0.0)

##### `bind_port`
The port the api listener will be bound to. (e.g. 5665)

#### Class: `icinga2::feature::idopgsql`
Enables or disables the `ido-pgsql` feature.

Expand Down

0 comments on commit 65bc1bb

Please sign in to comment.