zero2prod/configuration.toml
2024-03-23 16:46:36 +02:00

9 lines
140 B
TOML

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