chore: make linter happy
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user