Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmitchell committed May 24, 2018
1 parent ab7478f commit 8e9c3b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ Only required if using the `password` grant type.
`server.port`: _(int)_ The port that the doomsday server API listens on. If this isn't set, then it defaults to the PORT
environment variable.

`server.tls.cert`: _(string)_ The certificate PEM block to serve for TLS

`server.tls.key`: _(string)_ The RSA private key PEM block corresponding to
server.tls.cert

`server.auth.type`: _(string, enum)_ The type of authentication to use for the server
API. The only valid value is currently `userpass`. Omit this key to have no
server auth.
Expand Down

0 comments on commit 8e9c3b0

Please sign in to comment.