zero-to-production/configuration/base.yaml
2021-10-07 21:55:39 +01:00

10 lines
No EOL
181 B
YAML

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