restructured, added db connection pool

This commit is contained in:
Andre Heber
2024-02-15 13:00:04 +01:00
parent b6679e2436
commit bb94bde843
14 changed files with 1400 additions and 38 deletions

7
configuration.yaml Normal file
View File

@ -0,0 +1,7 @@
application_port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"