Add setting SECRET_KEY to the Getting Started guide

Fixes #244
This commit is contained in:
rubenwardy 2020-12-04 02:00:05 +00:00
parent 2b06bca015
commit 0c0d3e1715
1 changed files with 2 additions and 0 deletions

View File

@ -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.