Update prod.exs
This commit is contained in:
parent
6bf903f9d7
commit
7115392456
@ -17,9 +17,11 @@ config :mobilizon, MobilizonWeb.Endpoint,
|
|||||||
load_from_system_env: true,
|
load_from_system_env: true,
|
||||||
url: [
|
url: [
|
||||||
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.me",
|
host: System.get_env("MOBILIZON_INSTANCE_HOST") || "mobilizon.me",
|
||||||
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000
|
scheme: "https",
|
||||||
|
port: 443
|
||||||
],
|
],
|
||||||
http: [
|
http: [
|
||||||
|
ip: {127, 0, 0, 1},
|
||||||
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000
|
port: System.get_env("MOBILIZON_INSTANCE_PORT") || 4000
|
||||||
],
|
],
|
||||||
secret_key_base:
|
secret_key_base:
|
||||||
|
Loading…
Reference in New Issue
Block a user