Fix real-time events on AWS

pull/563/head
Andrew Cravenho 6 years ago
parent 514f00b080
commit a54f488c2d
  1. 1
      apps/block_scout_web/config/prod.exs

@ -17,6 +17,7 @@ config :block_scout_web, BlockScoutWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json", cache_static_manifest: "priv/static/cache_manifest.json",
force_ssl: false, force_ssl: false,
secret_key_base: System.get_env("SECRET_KEY_BASE"), secret_key_base: System.get_env("SECRET_KEY_BASE"),
check_origin: ["//*.blockscout.com", "//*.elb.amazonaws.com"],
http: [port: System.get_env("PORT")], http: [port: System.get_env("PORT")],
url: [ url: [
scheme: "http", scheme: "http",

Loading…
Cancel
Save