python-dependency-injector/examples/providers/configuration/config.json

7 lines
93 B
JSON
Raw Normal View History

2022-07-11 03:43:08 +03:00
{
"aws": {
"access_key_id": "KEY",
"secret_access_key": "SECRET"
}
}