From 2ce1525445e265a10307c8cd82f243f57f70abb1 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Wed, 26 Jul 2017 16:14:59 +0200 Subject: [PATCH] Add a big fat warning about SECRET_KEY in doc --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 70ad637c..5c8f6bc6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -90,6 +90,8 @@ ihatemoney relies on a configuration file. If you run the application for the first time, you will need to take a few moments to configure the application properly. +.. warning:: You **must** customize the ``SECRET_KEY`` on a production installation. + +----------------------------+---------------------------+----------------------------------------------------------------------------------------+ | Setting name | Default | What does it do? | +============================+===========================+========================================================================================+