Merge branch 'master' into 'master'

Update prod.exs

See merge request framasoft/mobilizon!111
This commit is contained in:
Thomas Citharel 2019-04-12 09:39:30 +02:00
commit be169459e4
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@ config :mobilizon, MobilizonWeb.Endpoint,
load_from_system_env: true,
url: [
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.me",
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000
scheme: "https",
port: 443
],
http: [
ip: {127, 0, 0, 1},
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000
],
secret_key_base: