forked from Telodendria/Telodendria
23 lines
415 B
Text
23 lines
415 B
Text
#
|
|
# Telodendria development configuration file.
|
|
#
|
|
|
|
server-name "localhost";
|
|
base-url "http://localhost:8008";
|
|
|
|
# Replace this with your UNIX username
|
|
id "jordan";
|
|
|
|
# Make this directory if Telodendria complains that it's missing.
|
|
data-dir "./data";
|
|
|
|
federation "true";
|
|
registration "true";
|
|
log "stdout" {
|
|
level "debug";
|
|
timestampFormat "none";
|
|
color "true";
|
|
};
|
|
threads "4";
|
|
max-connections "32";
|
|
max-cache "1k";
|