Use mix.exs version instead of config one

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-12-18 14:32:20 +01:00
parent 93d0bff242
commit d8c20feead
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ config :mobilizon, :instance,
description:
System.get_env("MOBILIZON_INSTANCE_DESCRIPTION") ||
"Change this to a proper description of your instance",
version: "1.0.0-dev",
hostname: System.get_env("MOBILIZON_INSTANCE_HOST") || "localhost",
registrations_open: System.get_env("MOBILIZON_INSTANCE_REGISTRATIONS_OPEN") || false,
registration_email_whitelist: [],