diff --git a/docs/pluggable-apps/configuration.md b/docs/pluggable-apps/configuration.md index adfeed3e86..b017af6aa6 100644 --- a/docs/pluggable-apps/configuration.md +++ b/docs/pluggable-apps/configuration.md @@ -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/setup.py b/setup.py index 996cb5544b..a473e55c30 100644 --- a/setup.py +++ b/setup.py @@ -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",