Files
zero2prod/configuration.yaml
2025-08-21 15:38:12 +02:00

8 lines
142 B
YAML

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