mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-11 13:56:27 +08:00
18 lines
391 B
TOML
18 lines
391 B
TOML
#############################################
|
|
# Redis Lookup Store configuration
|
|
#############################################
|
|
|
|
[store."redis"]
|
|
type = "redis"
|
|
redis-type = "single"
|
|
urls = ["redis://127.0.0.1"]
|
|
user = "my_username"
|
|
password = "secretpassword"
|
|
timeout = "10s"
|
|
#read-from-replicas = false
|
|
disable = true
|
|
|
|
#[store."redis".retry]
|
|
#total = 3
|
|
#max-wait = "1s"
|
|
#min-wait = "500ms"
|