Files
zero2prod/configuration/base.yaml
2024-02-26 12:47:27 +01:00

13 lines
286 B
YAML

application:
port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"
email_client:
base_url: "localhost"
sender_email: "test@gmail.com"
authorization_token: "my-secret-token"
timeout_milliseconds: 10000