Browse Source

expose RPC by default. We'll whitelist it later.

pull/57/head
Jae Kwon 9 years ago
parent
commit
b31849d495
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

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


Loading…
Cancel
Save