Skip to content

Commit 72f088d

Browse files
committed
Hotfix: Status API bind to 0.0.0.0
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent 141cd55 commit 72f088d

2 files changed

Lines changed: 4 additions & 62 deletions

File tree

etc/genesis_core/genesis_core.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ bind_port = 11010
2020
bind_host = 0.0.0.0
2121
bind_port = 11011
2222

23+
[status_api]
24+
bind_host = 0.0.0.0
25+
bind_port = 11012
26+
2327
[events]
2428
# enable = False
2529
# client_type = async

genesis_core/orch_api/utils.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)