aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.global.ini
blob: dbad00e8f2bc6a7b3f94a81a6cd824291655d445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"

[instance.openRegistrations]
name = "Open registrations"
description = "Allow new users to sign up?"
default = "false"
type = "boolean"