From 0c0d3e1715da86e24ea75ab2d402408c318006b9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 4 Dec 2020 02:00:05 +0000 Subject: [PATCH] Add setting SECRET_KEY to the Getting Started guide Fixes #244 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58d31ed..6e63a06 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Docker is the recommended way to develop and deploy ContentDB. 2. Copy `config.example.cfg` to `config.cfg`. + 1. Set `SECRET_KEY` and `WTF_CSRF_SECRET_KEY` to different random values. + 3. (Optional) Set up mail in config.cfg. Make sure to set `USER_ENABLE_EMAIL` to True.