2022-07-28 13:57:59 +00:00
|
|
|
#
|
2022-10-24 17:40:21 +00:00
|
|
|
# Telodendria configuration file.
|
2022-07-28 13:57:59 +00:00
|
|
|
#
|
2022-10-11 15:38:34 +00:00
|
|
|
# The following man pages document the configuration:
|
2022-07-28 13:57:59 +00:00
|
|
|
#
|
2022-10-11 15:38:34 +00:00
|
|
|
# - telodendria.conf(5)
|
|
|
|
# - Config(5)
|
2022-07-28 13:57:59 +00:00
|
|
|
#
|
2022-10-11 15:38:34 +00:00
|
|
|
# Alternatively, find the man pages online at the
|
|
|
|
# following URL:
|
|
|
|
#
|
|
|
|
# https://telodendria.io/#documentation
|
2022-07-28 13:57:59 +00:00
|
|
|
#
|
|
|
|
|
2022-08-21 16:37:26 +00:00
|
|
|
listen "8008";
|
2022-09-29 17:41:26 +00:00
|
|
|
|
2022-07-28 13:57:59 +00:00
|
|
|
server-name "example.com";
|
2022-09-29 17:41:26 +00:00
|
|
|
base-url "https://matrix.example.com";
|
|
|
|
identity-server "https://identity.example.com";
|
|
|
|
|
2022-07-29 19:29:35 +00:00
|
|
|
id "_telodendria" "_telodendria";
|
2022-10-11 15:38:34 +00:00
|
|
|
data-dir "/var/telodendria";
|
2022-07-28 13:57:59 +00:00
|
|
|
federation "true";
|
|
|
|
registration "false";
|
2022-10-11 15:38:34 +00:00
|
|
|
log "file" {
|
2022-10-11 16:00:36 +00:00
|
|
|
level "warning";
|
2022-07-28 13:57:59 +00:00
|
|
|
timestampFormat "default";
|
2022-07-23 00:19:12 +00:00
|
|
|
};
|
2022-10-24 17:40:21 +00:00
|
|
|
|
2022-07-23 00:19:12 +00:00
|
|
|
threads "4";
|
2022-08-21 16:37:26 +00:00
|
|
|
max-connections "32";
|
2022-10-24 17:40:21 +00:00
|
|
|
max-cache "512M";
|