zero2prod_axum/configuration.yaml
2024-01-21 22:00:10 +01:00

7 lines
133 B
YAML

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