diff options
| author | winter | 2025-01-18 18:10:35 +0000 |
|---|---|---|
| committer | winter | 2025-01-18 18:10:35 +0000 |
| commit | 00ab9734e880219fa68fed98cefda5ce12958e4b (patch) | |
| tree | d32208c6eb9dfaef222e6df25fd364a0a6d07188 /settings.global.ini | |
| parent | c11c5064019f96d704cf324c8ee8580dd9e0d594 (diff) | |
implement global settings system
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 |
