up runtime for osm fr
This commit is contained in:
parent
67d2e506f7
commit
3afd08cdb9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user