zero2prod/config/base.toml
2024-03-24 20:49:41 +02:00

10 lines
142 B
TOML

[application]
port = 8000
[database]
host = "127.0.0.1"
port = 5432
username = "postgres"
password = "password"
database_name = "newsletter"