aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsid77 <sid77@slackware.it>2016-08-21 02:00:41 +0200
committerMarco Bonetti <marco@intercom.io>2016-08-26 10:04:41 +0100
commit4028762f4a81a59ccc6d6e5662fa7e341fc74336 (patch)
tree0124ed9d2cf5ef154c2d4923643d9bdcc1edb638 /README.md
parentbc966492134279c03458cab2ed2f2f51104ee283 (diff)
First attempt at dropping privileges
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 799ba9c..e9c26bd 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
- `tls_cert` : string. Path to the TLS cert.
- `address` : string. IP address to listen on. If unset the server listens on all addresses.
- `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.
- `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).