2022-08-10 14:40:41 +00:00
|
|
|
#
|
|
|
|
# Telodendria development configuration file.
|
|
|
|
#
|
|
|
|
|
|
|
|
server-name "localhost";
|
2022-09-29 17:41:26 +00:00
|
|
|
base-url "http://localhost:8008";
|
2022-11-01 21:50:02 +00:00
|
|
|
|
|
|
|
# Make this directory if Telodendria complains that it's missing.
|
2022-08-10 00:05:41 +00:00
|
|
|
data-dir "./data";
|
2022-11-01 21:50:02 +00:00
|
|
|
|
2022-08-10 00:05:41 +00:00
|
|
|
federation "true";
|
2022-08-10 14:40:41 +00:00
|
|
|
registration "true";
|
2022-08-10 00:05:41 +00:00
|
|
|
log "stdout" {
|
2022-11-23 00:53:06 +00:00
|
|
|
# level "debug";
|
2022-08-10 00:05:41 +00:00
|
|
|
timestampFormat "none";
|
|
|
|
color "true";
|
|
|
|
};
|
|
|
|
threads "4";
|
2022-08-21 16:35:12 +00:00
|
|
|
max-connections "32";
|
2022-11-23 00:53:06 +00:00
|
|
|
max-cache "1K";
|