|
|
@ -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", |
|
|
|