SimplyStaking/oasis_api_server

how to change up IP 0.0.0.0 to 127.0.0.1

wjdfx opened this issue · 0 comments

wjdfx commented

Hi. I notice config file conent, api program will up 9180 port. but I want use 127.0.0.1 rather than: 0.0.0.0

[api_server]
port = 9180
metrics_url = http://127.0.0.1:9100/metrics

any suggest?