blob: 7d4b392adba9c305a13d6c4320f077699a146dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# please put double quotes around everything. php does weird things to unquoted
# ini values sometimes and it's not worth the debugging headache
[instance.name]
name = "Instance name"
description = "Shown in the page header and instance information"
default = "Digitigrade"
[instance.description]
name = "Instance description"
description = "Briefly describe your instance's purpose or tagline"
default = "A Digitigrade instance"
type = "longtext"
[instance.openRegistrations]
name = "Open registrations"
description = "Allow new users to sign up?"
default = "false"
type = "boolean"
[about.description]
name = "Description"
description = "Describe your instance's purpose in more detail. You can use HTML formatting"
default = ""
type = "longtext"
[about.terms]
name = "Terms of use"
description = "Policies and rules for users of this instance. You can use HTML formatting"
default = ""
type = "longtext"
|