Isolate configuration related code better

- create the global `config` object inside the
  `urban_meal_delivery.configuration` module
- streamline documentation and comments
This commit is contained in:
Alexander Hess 2020-12-14 15:15:08 +01:00
commit c1064673aa
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 12 additions and 16 deletions

View file

@ -272,4 +272,4 @@ console_output_style = count
env =
TESTING=true
markers =
e2e: integration tests, inlc., for example, tests touching a database
e2e: integration tests, incl., for example, tests touching the database