cmd/storj-sim: remove identity dir from gateway configuration
We are not generating identity for gateway during setup anymore, its generated on-fly by libuplink. With this change we can remove `--identity-dir` from gateway. Change-Id: I63298115d4399564b2f29541b8dc16e3b3acdcf2
This commit is contained in:
parent
6c44512c15
commit
e258de518c
@ -458,7 +458,6 @@ func newNetwork(flags *Flags) (*Processes, error) {
|
||||
"--non-interactive",
|
||||
|
||||
"--access", accessData,
|
||||
"--identity-dir", process.Directory,
|
||||
"--server.address", process.Address,
|
||||
|
||||
"--debug.addr", net.JoinHostPort(host, port(gatewayPeer, i, debugHTTP)),
|
||||
|
Loading…
Reference in New Issue
Block a user