From edbefe2162d1a6d50284f9d615ca1205f57c12b8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 20 Jul 2018 11:53:54 +0200 Subject: [PATCH] Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG Allows to isolate the secrets in your deployment --- server_environment/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment/README.rst b/server_environment/README.rst index ca0bae7..cb216bc 100644 --- a/server_environment/README.rst +++ b/server_environment/README.rst @@ -30,7 +30,7 @@ the incoming and outgoing mail servers depending on the environment. You can store your configuration values in a companion module called ``server_environment_files``. You can copy and customize the provided ``server_environment_files_sample`` module for this purpose. Alternatively, you -can provide them in environment variable ``SERVER_ENV_CONFIG`` and +can provide them in environment variables ``SERVER_ENV_CONFIG`` and ``SERVER_ENV_CONFIG_SECRET``.