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