feat: add configurability
This commit is contained in:
parent
89ea0995bb
commit
8257255dc2
10 changed files with 1406 additions and 26 deletions
7
configuration.yaml
Normal file
7
configuration.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
application_port: 8000
|
||||
database:
|
||||
host: "127.0.0.1"
|
||||
port: 5432
|
||||
username: "postgres"
|
||||
password: "password"
|
||||
database_name: "newsletter"
|
||||
Loading…
Add table
Add a link
Reference in a new issue