From 00ab9734e880219fa68fed98cefda5ce12958e4b Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 18:10:35 +0000 Subject: implement global settings system --- settings.global.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 settings.global.ini (limited to 'settings.global.ini') 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 -- cgit v1.3