Files
zero2prod/configuration/local.yaml
Alphonse Paix 56035fab30 Askama + htmx for frontend
Server-side rendering with htmx and Tailwind CSS for the styling
2025-09-16 01:47:18 +02:00

16 lines
341 B
YAML

application:
port: 8001
host: "127.0.0.1"
base_url: "http://127.0.0.1:8000"
database:
host: "127.0.0.1"
port: 5432
database_name: "newsletter"
username: "postgres"
password: "Jq09NF6Y8ZXJS4jd9c8U"
require_ssl: false
email_client:
authorization_token: "secret-token"
redis_uri: "redis://127.0.0.1:6379"
require_tls: false