zero2prod_axum/configuration/base.yaml

9 lines
136 B
YAML
Raw Normal View History

application:
port: 8000
2024-01-01 14:34:42 +01:00
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
2024-01-21 22:00:10 +01:00
name: "newsletter"