zero2prod_axum/configuration/base.yaml
2024-02-07 12:07:03 +01:00

8 lines
136 B
YAML

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