zero-to-production/configuration.yaml
2020-12-05 17:03:39 +00:00

7 lines
141 B
YAML

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