zero-to-production/chapter03-1/configuration.yaml
2020-08-25 22:19:53 +01:00

6 lines
No EOL
118 B
YAML

database:
host: "localhost"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"