Files
zero2prod/configuration/base.yaml
2025-08-22 14:25:34 +02:00

9 lines
145 B
YAML

application:
port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"