up runtime for osm fr

This commit is contained in:
Tykayn 2021-05-25 11:14:25 +02:00 committed by tykayn
parent 67d2e506f7
commit 3afd08cdb9

View File

@ -4,7 +4,7 @@ import Config
config :mobilizon, Mobilizon.Web.Endpoint, config :mobilizon, Mobilizon.Web.Endpoint,
server: true, server: true,
url: [host: "mob.lan"], url: [host: "mobilizon.openstreetmap.fr"],
http: [ http: [
ip: {0, 0, 0, 0, 0, 0, 0, 1}, ip: {0, 0, 0, 0, 0, 0, 0, 1},
port: 4000 port: 4000
@ -16,14 +16,14 @@ config :mobilizon, Mobilizon.Web.Auth.Guardian,
config :mobilizon, :instance, config :mobilizon, :instance,
name: "moblan", name: "moblan",
description: "Change this to a proper description of your instance", description: "Le lieu pour se tenir au courant des évènements relatifs à OpenStreetMap",
hostname: "mob.lan", hostname: "mobilizon.openstreetmap.org",
registrations_open: false, registrations_open: true,
demo: false, demo: false,
allow_relay: true, allow_relay: true,
federating: true, federating: true,
email_from: "noreply@mob.lan", email_from: "noreply@mobilizon.openstreetmap.org",
email_reply_to: "noreply@mob.lan" email_reply_to: "noreply@mobilizon.openstreetmap.org"
config :mobilizon, Mobilizon.Storage.Repo, config :mobilizon, Mobilizon.Storage.Repo,
adapter: Ecto.Adapters.Postgres, adapter: Ecto.Adapters.Postgres,