Skip to content

Commit

Permalink
update plugin docs (#2075)
Browse files Browse the repository at this point in the history
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
  • Loading branch information
sainak and vigneshhari committed Apr 14, 2024
1 parent 87cd40c commit 5e666ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pluggable-apps/configuration.md
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
include_package_data=True,
install_requires=[],
author="Open Healthcare Network",
author_email="care@ops.ohc.network",
author_email="info@ohc.network",
description="A Django app for managing healthcare across hospitals and care centers.",
license="MIT",
keywords="django care ohc",
Expand Down

0 comments on commit 5e666ca

Please sign in to comment.