Files
zero2prod/configuration/local.yaml
Alphonse Paix b5b00152cd
All checks were successful
Rust / Test (push) Successful in 3m44s
Rust / Rustfmt (push) Successful in 23s
Rust / Clippy (push) Successful in 1m13s
Rust / Code coverage (push) Successful in 3m47s
Redis config
2025-09-30 02:24:56 +02:00

18 lines
346 B
YAML

application:
port: 8080
host: "127.0.0.1"
base_url: "http://127.0.0.1:8080"
email_client:
authorization_token: "secret-token"
database:
host: "127.0.0.1"
port: 5432
database_name: "newsletter"
username: "postgres"
password: "password"
require_ssl: false
timeout_milliseconds: 1000
kv_store:
host: "127.0.0.1"
port: 6379