Blockscout listen to all http interfaces.

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 17:06:44 +02:00
parent e3a62829b4
commit 523c8bdb1e
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -15,3 +15,6 @@ config :logger, :account,
level: :debug,
path: Path.absname("logs/dev/account.log"),
metadata_filter: [fetcher: :account]
config :block_scout_web, BlockScoutWeb.Endpoint,
http: [ip: {0, 0, 0, 0}, port: 4000]