force port to 443

This commit is contained in:
byte[] 2019-11-14 22:11:39 -05:00
parent 60b407dbd1
commit ae489ef6ea

View file

@ -50,7 +50,7 @@ secret_key_base =
config :philomena, PhilomenaWeb.Endpoint,
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
url: [host: System.get_env("APP_HOSTNAME"), scheme: "https"],
url: [host: System.get_env("APP_HOSTNAME"), scheme: "https", port: 443],
secret_key_base: secret_key_base,
server: true