From e892625aa3db90d23dbf8d0f7984e79c670ef816 Mon Sep 17 00:00:00 2001 From: vigneshhari Date: Sun, 14 Apr 2024 19:03:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20coronasa?= =?UTF-8?q?fe/care@5e666ca580ad7c5af11c3d276cd7f4fd1f31c5a1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/pluggable-apps/configuration.md.txt | 2 +- pluggable-apps/configuration.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/pluggable-apps/configuration.md.txt b/_sources/pluggable-apps/configuration.md.txt index adfeed3e86..b017af6aa6 100644 --- a/_sources/pluggable-apps/configuration.md.txt +++ b/_sources/pluggable-apps/configuration.md.txt @@ -36,8 +36,8 @@ manager = PlugManager(plugs) Each plugin will define their own config variables with some defaults, they can also pick the values from the environment variables if required. The order of precedence is as follows: -- Environment variables - Configs defined in the `plug_config.py` +- Environment variables - Default values defined in the plugin diff --git a/pluggable-apps/configuration.html b/pluggable-apps/configuration.html index ee9acc9d74..3c0df0b0c8 100644 --- a/pluggable-apps/configuration.html +++ b/pluggable-apps/configuration.html @@ -234,8 +234,8 @@

Plugin config variablesEach plugin will define their own config variables with some defaults, they can also pick the values from the environment variables if required. The order of precedence is as follows:

    -
  • Environment variables

  • Configs defined in the plug_config.py

  • +
  • Environment variables

  • Default values defined in the plugin