Telodendria/contrib/production.conf

26 lines
508 B
Text
Raw Normal View History

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