blob: 9a0269c63a2d560b05b71ab4d47c01f1d4a06850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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]
default = "Digitigrade"
[instance.description]
default = "A Digitigrade instance"
type = "longtext"
[instance.openRegistrations]
default = "false"
type = "boolean"
[about.description]
default = ""
type = "longtext"
[about.terms]
default = ""
type = "longtext"
|