From 47fe74b70f2ac4d530a774e64f0e8dca5e8a9ea0 Mon Sep 17 00:00:00 2001 From: Dick Visser <dick.visser@geant.org> Date: Tue, 20 Nov 2018 23:29:36 +0100 Subject: [PATCH] Update config.php template inline docs --- config-templates/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 09117a875..21ede2059 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -798,7 +798,8 @@ $config = [ * is running in a production environment. This will affect the way resources * are used, offering an optimized version when running in production, and an * easy-to-debug one when not. Set it to false when you are testing or - * developing the software. + * developing the software, in which case a banner will be displayed to remind + * users that they're dealing with a non-production instance. * * Defaults to true. */ -- GitLab