From 339044f8aa6ab94ae6421b56b26be7396c8b0983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Thu, 7 Mar 2019 20:22:02 +0100 Subject: [PATCH] Add warning about config panel values overriding env vars. --- src/static/templates/admin/page.hbs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/static/templates/admin/page.hbs b/src/static/templates/admin/page.hbs index fb28181..646a0fd 100644 --- a/src/static/templates/admin/page.hbs +++ b/src/static/templates/admin/page.hbs @@ -57,6 +57,10 @@
Configuration
+
+ NOTE: The settings here override the environment variables. Once saved, it's recommended to stop setting them + to avoid confusion. This does not apply to the read-only section, which can only be set through the environment. +
{{#each config}} {{#if groupdoc}} @@ -105,11 +109,11 @@
-

+

NOTE: These options can't be modified in the editor because they would require the server to be restarted. To modify them, you need to set the correct environment variables when launching the server. You can check the variable names in the tooltips of each option. -

+
{{#each config}} {{#each elements}}