Files
zero2prod/configuration/local.yaml
2025-09-04 23:39:53 +02:00

15 lines
371 B
YAML

application:
host: "127.0.0.1"
base_url: "http://127.0.0.1:8000"
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
require_ssl: false
email_client:
base_url: "https://api.mailersend.com"
sender_email: "MS_PTrumQ@test-r6ke4n1mmzvgon12.mlsender.net"
authorization_token: "secret-token"
redis_uri: "redis://127.0.0.1:6379"