mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-19 23:31:02 +00:00
7 lines
141 B
YAML
7 lines
141 B
YAML
|
application_port: 8000
|
||
|
database:
|
||
|
host: "localhost"
|
||
|
port: 5432
|
||
|
username: "postgres"
|
||
|
password: "password"
|
||
|
database_name: "newsletter"
|