forked from Telodendria/Telodendria
Add some comments for future developers.
This commit is contained in:
parent
839f3a886e
commit
fddfbf57ca
1 changed files with 5 additions and 0 deletions
|
@ -4,8 +4,13 @@
|
||||||
|
|
||||||
server-name "localhost";
|
server-name "localhost";
|
||||||
base-url "http://localhost:8008";
|
base-url "http://localhost:8008";
|
||||||
|
|
||||||
|
# Replace this with your UNIX username
|
||||||
id "jordan";
|
id "jordan";
|
||||||
|
|
||||||
|
# Make this directory if Telodendria complains that it's missing.
|
||||||
data-dir "./data";
|
data-dir "./data";
|
||||||
|
|
||||||
federation "true";
|
federation "true";
|
||||||
registration "true";
|
registration "true";
|
||||||
log "stdout" {
|
log "stdout" {
|
||||||
|
|
Loading…
Reference in a new issue