From 8e9c3b0c63cee7d421cf69c023163e7dec059efa Mon Sep 17 00:00:00 2001 From: Thomas Mitchell Date: Thu, 24 May 2018 16:01:10 -0400 Subject: [PATCH] README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ccb8ec8..9481c89 100644 --- a/README.md +++ b/README.md @@ -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.