mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
# Host and port we will listen for requests on
|
|
bind localhost
|
|
port 16381
|
|
|
|
#
|
|
# "redis-cluster" is the name of our cluster
|
|
#
|
|
# each sentinel process is paired with a redis-server process
|
|
#
|
|
sentinel monitor redis-cluster 127.0.0.1 16379 1
|
|
sentinel down-after-milliseconds redis-cluster 5000
|
|
sentinel failover-timeout redis-cluster 10000
|
|
sentinel config-epoch redis-cluster 92 |