zero2prod_axum/configuration.yaml

8 lines
133 B
YAML
Raw Normal View History

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