Endpoint server: true

pull/5713/head
Qwerty5Uiop 2 years ago
parent aa4ccb84c5
commit 35401ab1ec
  1. 1
      config/runtime.exs

@ -113,6 +113,7 @@ config :block_scout_web, :api_rate_limit,
whitelisted_ips: System.get_env("API_RATE_LIMIT_WHITELISTED_IPS", nil)
config :block_scout_web, BlockScoutWeb.Endpoint,
server: true,
url: [
scheme: System.get_env("BLOCKSCOUT_PROTOCOL") || "http",
host: System.get_env("BLOCKSCOUT_HOST") || "localhost"

Loading…
Cancel
Save