@@ -97,6 +97,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
...
@@ -97,6 +97,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
-`port` : int. Port to listen on.
-`port` : int. Port to listen on.
-`user` : string. User to which the server drops privileges to.
-`user` : string. User to which the server drops privileges to.
-`cookie_secret`: string. Authentication key for the session cookie.
-`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.
-`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).
-`datastore`: string. Datastore connection string. See [Datastore](#datastore).