From c2e5a784f96ffe785ebf24b31d3100a4740e8035 Mon Sep 17 00:00:00 2001 From: Ramakrishna Sakhamuru Date: Tue, 3 Dec 2024 11:30:06 +0530 Subject: [PATCH] added docstring --- portality/core.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/portality/core.py b/portality/core.py index 0db6970b8..077f932a1 100644 --- a/portality/core.py +++ b/portality/core.py @@ -71,8 +71,12 @@ def configure_app(app): a) the settings.py file b) the .cfg file c) the local secrets config in app.cfg + d) the ansible-generated instance config - Later imports have precedence, so e.g. app.cfg will override the same setting in production.cfg and settings.py. + instance.cfg is generated by ansible script (server_initial_setup.yml from sysadmin repo) + + Later imports have precedence, so e.g. instance.cfg override app.cfg, app.cfg will override the same setting + in production.cfg and settings.py. """ # import for settings.py