forked from Telodendria/Telodendria
Jordan Bancino
cdd7808642
Right now there's a nasty memory bug I need to fix. Will have to run this through valgrind.
13 lines
236 B
Text
13 lines
236 B
Text
server-name "example.com";
|
|
chroot "/var/telodendria";
|
|
id "_telodendria" "_telodendria";
|
|
data-dir "./data";
|
|
federation "true";
|
|
registration "false";
|
|
log "stdout" {
|
|
level "debug";
|
|
timestampFormat "none";
|
|
color "true";
|
|
};
|
|
threads "4";
|
|
|