blob: 464cb8fd675c197c39044dc9f431ad31ef2c2ddc (
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
32
33
|
# 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"
[instance.feedUpdateInterval]
default = "PT1H"
type = "text"
[instance.feedUpdateLimit]
default = "50"
type = "number"
[about.description]
default = ""
type = "longtext"
[about.terms]
default = ""
type = "longtext"
[customisation.instanceCss]
default = ""
type = "code"
|