aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:27:36 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:27:36 +0100
commite158191e74d04c1081687348ed79fcbb61cd9ba5 (patch)
tree8e43ba35f36c2ccfc8e19e3dd84ece46329cc0b1 /README.md
parent11c34d209804eceb988d5a3d1f0331f82032db52 (diff)
Remove unneeded template_dir
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e22e1df..e0276f5 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@ Configuration is divided into three sections: `server`, `auth`, and `ssh`.
- `tls_cert` : string. Path to the TLS cert.
- `port` : int. Port to listen on.
- `cookie_secret`: string. Authentication key for the session cookie.
-- `template_dir`: string. Path to html template directory. At present only 'token.html' is required.
### auth
- `provider` : string. Name of the oauth provider. At present the only valid value is "google".