2022-08-10 14:40:41 +00:00
|
|
|
#
|
|
|
|
# Telodendria development configuration file.
|
|
|
|
#
|
|
|
|
|
|
|
|
server-name "localhost";
|
2022-08-11 15:50:35 +00:00
|
|
|
chroot "./chroot";
|
2022-08-10 15:58:39 +00:00
|
|
|
id "jordan";
|
2022-08-10 00:05:41 +00:00
|
|
|
data-dir "./data";
|
|
|
|
federation "true";
|
2022-08-10 14:40:41 +00:00
|
|
|
registration "true";
|
2022-08-10 00:05:41 +00:00
|
|
|
log "stdout" {
|
|
|
|
level "debug";
|
|
|
|
timestampFormat "none";
|
|
|
|
color "true";
|
|
|
|
};
|
|
|
|
threads "4";
|
2022-08-21 16:35:12 +00:00
|
|
|
max-connections "32";
|