Note that Redis must be running
Also, fix Redis link syntax (for reStucturedText).
This commit is contained in:
parent
6a349e83c0
commit
a94e16802d
1 changed files with 6 additions and 2 deletions
|
@ -50,9 +50,11 @@ This means that even if someone has access to the Redis store, the passwords are
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* [Redis](https://redis.io/)
|
* `Redis`_
|
||||||
* Python 2.7+ or 3.5+
|
* Python 2.7+ or 3.5+
|
||||||
|
|
||||||
|
.. _Redis: https://redis.io/
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -66,7 +68,9 @@ Installation
|
||||||
Configuration
|
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
|
``SECRET_KEY``: unique key that's used to sign key. This should
|
||||||
be kept secret. See the `Flask Documentation`__ for more information.
|
be kept secret. See the `Flask Documentation`__ for more information.
|
||||||
|
|
Loading…
Reference in a new issue