Redis config
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

This commit is contained in:
Alphonse Paix
2025-09-30 02:24:56 +02:00
parent 22c462fba3
commit b5b00152cd
4 changed files with 47 additions and 22 deletions

View File

@@ -2,6 +2,8 @@ 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
@@ -10,6 +12,6 @@ database:
password: "password"
require_ssl: false
timeout_milliseconds: 1000
email_client:
authorization_token: "secret-token"
redis_uri: "redis://127.0.0.1:6379"
kv_store:
host: "127.0.0.1"
port: 6379