From 0424ea77d6c09624f35c291a68dde60ea9ca8453 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 27 Aug 2016 21:34:53 +0100 Subject: Allow setting some config from environment --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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). -- cgit v1.2.3