zero2prod_axum/configuration.yaml
2024-01-01 14:36:02 +01:00

7 lines
142 B
YAML

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