mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-23 00:58:41 +00:00
Update prod.exs
This commit is contained in:
parent
6bf903f9d7
commit
7115392456
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue