zero-to-production/configuration/base.yaml
2021-01-16 15:11:17 +00:00

12 lines
219 B
YAML

application:
port: 8000
host: 0.0.0.0
database:
host: "localhost"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"
require_ssl: false
email_client:
base_url: "localhost"