telodendria/contrib/production.conf
2022-08-10 10:40:41 -04:00

25 lines
508 B
Text

#
# Telodendria production configuration file.
#
# See the following URL for the official documentation on the
# options here:
#
# https://telodendria.io/#configure
#
# Alternatively, see site/index.html in the source code.
#
listen "localhost" "8008";
server-name "example.com";
chroot "/var/telodendria";
id "_telodendria" "_telodendria";
data-dir "./data";
federation "true";
registration "false";
log "./telodendria.log" {
level "message";
timestampFormat "default";
color "true";
};
threads "4";