blob: 79699d162bba65e6dcd96ffa10f83a07d0cc6c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
|