telodendria/contrib/production.conf

34 lines
571 B
Text
Raw Normal View History

#
# Telodendria configuration file.
#
# The following man pages document the configuration:
#
# - telodendria.conf(5)
# - Config(5)
#
# Alternatively, find the man pages online at the
# following URL:
#
# https://telodendria.io/#documentation
#
2022-08-21 16:37:26 +00:00
listen "8008";
server-name "example.com";
base-url "https://matrix.example.com";
identity-server "https://identity.example.com";
data-dir "/var/telodendria";
federation "true";
registration "false";
log "file" {
level "message";
timestampFormat "default";
2022-07-23 00:19:12 +00:00
};
2022-07-23 00:19:12 +00:00
threads "4";
2022-08-21 16:37:26 +00:00
max-connections "32";
max-cache "512M";