mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
set hostname correctly
This commit is contained in:
parent
cae93b2f36
commit
60b407dbd1
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ secret_key_base =
|
||||||
|
|
||||||
config :philomena, PhilomenaWeb.Endpoint,
|
config :philomena, PhilomenaWeb.Endpoint,
|
||||||
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
|
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
|
||||||
|
url: [host: System.get_env("APP_HOSTNAME"), scheme: "https"],
|
||||||
secret_key_base: secret_key_base,
|
secret_key_base: secret_key_base,
|
||||||
server: true
|
server: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue