aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-08-27 21:34:53 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-08-27 21:34:53 +0100
commit0424ea77d6c09624f35c291a68dde60ea9ca8453 (patch)
treefaa0ddda5b5e9e95993bc0af744d3d65c064c731 /README.md
parent921818bca208f0c70e85ec670074cb3905cbbc82 (diff)
Allow setting some config from environment
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9c26bd..5df5e53 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
- `port` : int. Port to listen on.
- `user` : string. User to which the server drops privileges to.
- `cookie_secret`: string. Authentication key for the session cookie.
+- `csrf_secret`: string. Authentication key for CSRF protection.
- `http_logfile`: string. Path to the HTTP request log. Logs are written in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format). If not set logs are written to stderr.
- `datastore`: string. Datastore connection string. See [Datastore](#datastore).