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