Database connection and user registration
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user