telodendria/contrib/development.conf
Jordan Bancino 9cf2266ece Make TelodendriaConfigParse() actually validate the listenPort.
I want to already have a valid port number by the time we need to bind
to it.
2022-08-11 11:50:35 -04:00

17 lines
255 B
Text

#
# Telodendria development configuration file.
#
server-name "localhost";
chroot "./chroot";
id "jordan";
data-dir "./data";
federation "true";
registration "true";
log "stdout" {
level "debug";
timestampFormat "none";
color "true";
};
threads "4";