zero-to-production/chapter03-1/configuration.yaml

7 lines
141 B
YAML
Raw Normal View History

application_port: 8000
2020-08-25 21:19:53 +00:00
database:
host: "localhost"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"