Skip to content
Prev Previous commit
Update config docs keywords
  • Loading branch information
rmk135 committed Jun 13, 2021
commit 3a7a922a6cac4d690aca02ca90be858d7d1cae3f
2 changes: 1 addition & 1 deletion docs/providers/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Configuration provider

.. meta::
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Configuration,Injection,
Option,Ini,Json,Yaml,Pydantic,Dict,Environment Variable,Load,Read,Get
Option,Ini,Json,Yaml,Pydantic,Dict,Environment Variable,Default,Load,Read,Get
:description: Configuration provides configuration options to the other providers. This page
demonstrates how to use Configuration provider to inject the dependencies, load
a configuration from an ini or yaml file, a dictionary, an environment variable,
Expand Down