This is the correct hierarchy for the ini
This commit is contained in:
parent
d947010d5d
commit
e4947f89ae
|
@ -23,10 +23,12 @@
|
||||||
name = "GLaDTheresCake";
|
name = "GLaDTheresCake";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
app = {
|
||||||
min_username_len = 2;
|
min_username_len = 2;
|
||||||
max_blogs = 100;
|
max_blogs = 100;
|
||||||
"default_visibility" = "public";
|
default_visibility = "public";
|
||||||
federation = true;
|
federation = true;
|
||||||
|
};
|
||||||
server.port = 15763;
|
server.port = 15763;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue