python-dependency-injector/examples/providers/configuration/config.json
Roman Mogylatov 753e863d02
Add `Configuration.from_json()` method (#602)
* Add implementation and tests

* Refactor naming in configuration fixtures

* Add typing for .from_json()

* Move get/set_ini_files() methods upper

* Add init implementation and tests

* Refactor typing tests

* Add examples

* Add docs

* Update docs index and readme

* Update changelog
2022-07-10 21:08:45 -04:00

7 lines
93 B
JSON

{
"aws": {
"access_key_id": "KEY",
"secret_access_key": "SECRET"
}
}