telodendria/contrib/development.conf

19 lines
307 B
Text
Raw Permalink Normal View History

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