mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
bf978601ba
* Refactor services mini app with single container * Make few little fixes to single container app * Update requirements.txt for single container example * Refactor multiple containers example * Add single container docs page * Create multiple containers page
10 lines
97 B
INI
10 lines
97 B
INI
[database]
|
|
dsn=:memory:
|
|
|
|
[aws]
|
|
access_key_id=KEY
|
|
secret_access_key=SECRET
|
|
|
|
[auth]
|
|
token_ttl=3600
|