|
|
|
@ -16,12 +16,9 @@ use Mix.Config |
|
|
|
|
config :explorer_web, ExplorerWeb.Endpoint, |
|
|
|
|
cache_static_manifest: "priv/static/cache_manifest.json", |
|
|
|
|
force_ssl: [rewrite_on: [:x_forwarded_proto]], |
|
|
|
|
instrumenters: [NewRelixir.Instrumenters.Phoenix], |
|
|
|
|
load_from_system_env: true, |
|
|
|
|
secret_key_base: System.get_env("SECRET_KEY_BASE"), |
|
|
|
|
url: [ |
|
|
|
|
scheme: "https", |
|
|
|
|
# TODO update before prod push |
|
|
|
|
host: "", |
|
|
|
|
port: 443 |
|
|
|
|
scheme: "http", |
|
|
|
|
port: System.get_env("PORT") |
|
|
|
|
] |
|
|
|
|