aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-10-19 22:05:34 +0100
committerNiall Sheridan <nsheridan@gmail.com>2017-10-19 22:28:58 +0100
commiteb99016e1629e690e55633de6fc63a14c53e7ea2 (patch)
tree7952ed183922fc95d880ff20b0f7964d91bedc33 /README.md
parentfc5cd7426795a9b76594dd639582d6927cdb29f9 (diff)
Warn when not using a persistent datastore
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 6eb9de6..acbabdd 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,7 @@ Exception to this: the `http_logfile` option **ONLY** writes to local files.
- `cookie_secret`: string. Authentication key for the session cookie. This can be a secret stored in a [vault](https://www.vaultproject.io/) using the form `/vault/path/key` e.g. `/vault/secret/cashier/cookie_secret`.
- `csrf_secret`: string. Authentication key for CSRF protection. This can be a secret stored in a [vault](https://www.vaultproject.io/) using the form `/vault/path/key` e.g. `/vault/secret/cashier/csrf_secret`.
- `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). The only valid destination for logs is a local file path.
+- `database`: See below.
### database