Note that Redis must be running

Also, fix Redis link syntax (for reStucturedText).
This commit is contained in:
Jon Parise 2021-01-12 13:47:28 -08:00
parent 6a349e83c0
commit a94e16802d

View file

@ -50,9 +50,11 @@ This means that even if someone has access to the Redis store, the passwords are
Requirements
------------
* [Redis](https://redis.io/)
* `Redis`_
* Python 2.7+ or 3.5+
.. _Redis: https://redis.io/
Installation
------------
@ -66,7 +68,9 @@ Installation
Configuration
-------------
You can configure the following via environment variables.
Start by ensuring that Redis is up and running.
Then, you can configure the following via environment variables.
``SECRET_KEY``: unique key that's used to sign key. This should
be kept secret. See the `Flask Documentation`__ for more information.