|
|
|
@ -15,9 +15,9 @@ use Mix.Config |
|
|
|
|
# which you typically run after static files are built. |
|
|
|
|
config :explorer_web, ExplorerWeb.Endpoint, |
|
|
|
|
cache_static_manifest: "priv/static/cache_manifest.json", |
|
|
|
|
force_ssl: [rewrite_on: [:x_forwarded_proto]], |
|
|
|
|
load_from_system_env: true, |
|
|
|
|
force_ssl: false, |
|
|
|
|
secret_key_base: System.get_env("SECRET_KEY_BASE"), |
|
|
|
|
http: [port: System.get_env("PORT")], |
|
|
|
|
url: [ |
|
|
|
|
scheme: "http", |
|
|
|
|
port: System.get_env("PORT") |
|
|
|
|