cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

history_redis.conf (186B)


      1 servers = matrix-synapse-keydb.matrix.svc.cluster.local:6379; # Redis server to store history
      2 compress = true; # Use zstd compression when storing data in Redis
      3 subject_privacy = false;