Telodendria/contrib/development.conf
Jordan Bancino cdd7808642 Prototype the configuration file parser.
Right now there's a nasty memory bug I need to fix. Will have to run this
through valgrind.
2022-08-09 20:05:41 -04:00

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";