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

15 lines
323 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
email_client:
base_url: "localhost"
sender_email: "test@gmail.com"
authorization_token: "my-secret-token"
timeout_milliseconds: 10000