mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-01 21:05:43 +00:00
expose RPC by default. We'll whitelist it later.
This commit is contained in:
@@ -55,7 +55,7 @@ Level = "debug"
|
||||
|
||||
[RPC.HTTP]
|
||||
# For the RPC API HTTP server. Port required.
|
||||
ListenAddr = "127.0.0.1:8081"
|
||||
ListenAddr = "0.0.0.0:8081"
|
||||
|
||||
[Alert]
|
||||
# TODO: Document options
|
||||
|
||||
Reference in New Issue
Block a user