From 3afd08cdb99dd543f5574db022341fe27bf66921 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 25 May 2021 11:14:25 +0200 Subject: [PATCH] up runtime for osm fr --- config/runtime.exs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 1dd2a4d4b..6c600242b 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -4,7 +4,7 @@ import Config config :mobilizon, Mobilizon.Web.Endpoint, server: true, - url: [host: "mob.lan"], + url: [host: "mobilizon.openstreetmap.fr"], http: [ ip: {0, 0, 0, 0, 0, 0, 0, 1}, port: 4000 @@ -16,14 +16,14 @@ config :mobilizon, Mobilizon.Web.Auth.Guardian, config :mobilizon, :instance, name: "moblan", - description: "Change this to a proper description of your instance", - hostname: "mob.lan", - registrations_open: false, + description: "Le lieu pour se tenir au courant des évènements relatifs à OpenStreetMap", + hostname: "mobilizon.openstreetmap.org", + registrations_open: true, demo: false, allow_relay: true, federating: true, - email_from: "noreply@mob.lan", - email_reply_to: "noreply@mob.lan" + email_from: "noreply@mobilizon.openstreetmap.org", + email_reply_to: "noreply@mobilizon.openstreetmap.org" config :mobilizon, Mobilizon.Storage.Repo, adapter: Ecto.Adapters.Postgres,