zero2prod_axum/configuration.yaml

8 lines
142 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"
database_name: "newsletter"