Blockscout listen to all http interfaces.

This commit is contained in:
Alejandro Cabeza Romero 2025-04-24 17:06:44 +02:00 committed by Giacomo Pasini
parent 34c942f956
commit 54fea08b8d
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

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]