chore: make linter happy

This commit is contained in:
setop
2025-07-11 13:25:30 +02:00
parent 3911693fa8
commit b3a9f6619f

View File

@@ -47,7 +47,11 @@ config :mobilizon, Mobilizon.Web.Auth.Guardian,
config :mobilizon, :instance, config :mobilizon, :instance,
name: System.get_env("MOBILIZON_INSTANCE_NAME", "Mobilizon"), name: System.get_env("MOBILIZON_INSTANCE_NAME", "Mobilizon"),
description: System.get_env("MOBILIZON_INSTANCE_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"), hostname: System.get_env("MOBILIZON_INSTANCE_HOST", "mobilizon.lan"),
registrations_open: System.get_env("MOBILIZON_INSTANCE_REGISTRATIONS_OPEN", "false") == "true", registrations_open: System.get_env("MOBILIZON_INSTANCE_REGISTRATIONS_OPEN", "false") == "true",
registration_email_allowlist: registration_email_allowlist: