Files
zero2prod/configuration.yaml
2024-02-15 13:00:04 +01:00

8 lines
142 B
YAML

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