diff options
Diffstat (limited to 'settings.global.ini')
| -rw-r--r-- | settings.global.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.global.ini b/settings.global.ini new file mode 100644 index 0000000..78c2142 --- /dev/null +++ b/settings.global.ini @@ -0,0 +1,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 = "" +type = boolean
\ No newline at end of file |
