python-dependency-injector/examples/providers/configuration/config.json
Roman Mogylatov 79f770c9d6 Add examples
2022-07-10 20:43:08 -04:00

7 lines
93 B
JSON

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