add support for MOBILIZON_INSTANCE_DESCRIPTION environment variable

This commit is contained in:
mcnesium
2024-11-06 14:05:56 +00:00
committed by setop
parent d047c130a7
commit e2f76d4c39

View File

@@ -47,7 +47,7 @@ config :mobilizon, Mobilizon.Web.Auth.Guardian,
config :mobilizon, :instance,
name: System.get_env("MOBILIZON_INSTANCE_NAME", "Mobilizon"),
description: "Change this to a proper description of your instance",
description: System.get_env("MOBILIZON_INSTANCE_DESCRIPTION", "Change this to a proper description of your instance"),
hostname: System.get_env("MOBILIZON_INSTANCE_HOST", "mobilizon.lan"),
registrations_open: System.get_env("MOBILIZON_INSTANCE_REGISTRATIONS_OPEN", "false") == "true",
registration_email_allowlist: