Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rest-gw: Fix listening endpoint config
Previous configuration has not worked from `[email protected]`. The gateway saw no configured endpoints and used default `localhost:8080` which is already bound to the storage node. Fixes ``` fatal neofs-rest-gw/main.go:119 start http {"error": "listen tcp 127.0.0.1:8080: bind: address already in use"} ``` Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information