Files
zero2prod/configuration/base.yaml
2025-08-24 11:31:03 +02:00

14 lines
298 B
YAML

application:
port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"
email_client:
base_url: "http://127.0.0.1"
sender_email: "sender@example.com"
authorization_token: "my-secret-token"
timeout_milliseconds: 10000