Skip to content

Commit 5e666ca

Browse files
sainakvigneshhari
andauthored
update plugin docs (#2075)
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
1 parent 87cd40c commit 5e666ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pluggable-apps/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ manager = PlugManager(plugs)
3636
Each plugin will define their own config variables with some defaults, they can also pick the values from the environment variables if required.
3737
The order of precedence is as follows:
3838

39-
- Environment variables
4039
- Configs defined in the `plug_config.py`
40+
- Environment variables
4141
- Default values defined in the plugin
4242

4343

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
include_package_data=True,
88
install_requires=[],
99
author="Open Healthcare Network",
10-
author_email="care@ops.ohc.network",
10+
author_email="info@ohc.network",
1111
description="A Django app for managing healthcare across hospitals and care centers.",
1212
license="MIT",
1313
keywords="django care ohc",

0 commit comments

Comments
 (0)