|
|
|
@ -40,14 +40,6 @@ config :block_scout_web, BlockScoutWeb.Endpoint, |
|
|
|
|
idle_timeout: 90_000 |
|
|
|
|
] |
|
|
|
|
], |
|
|
|
|
https: [ |
|
|
|
|
protocol_options: [ |
|
|
|
|
idle_timeout: 90_000 |
|
|
|
|
], |
|
|
|
|
cipher_suite: :strong, |
|
|
|
|
certfile: System.get_env("CERTFILE") || "priv/cert/selfsigned.pem", |
|
|
|
|
keyfile: System.get_env("KEYFILE") || "priv/cert/selfsigned_key.pem" |
|
|
|
|
], |
|
|
|
|
url: [ |
|
|
|
|
host: "localhost", |
|
|
|
|
path: System.get_env("NETWORK_PATH") || "/" |
|
|
|
|