storj-sim: correct storagenode dashboard config (#3010)
This commit is contained in:
parent
6c0d21046f
commit
1d8cd526e0
@ -446,7 +446,7 @@ func newNetwork(flags *Flags) (*Processes, error) {
|
||||
"setup": {
|
||||
"--identity-dir", process.Directory,
|
||||
"--console.address", net.JoinHostPort(host, port(storagenodePeer, i, publicHTTP)),
|
||||
"--console.static-dir", filepath.Join(storjRoot, "web/operator/"),
|
||||
"--console.static-dir", filepath.Join(storjRoot, "web/storagenode/"),
|
||||
"--server.address", process.Address,
|
||||
"--server.private-address", net.JoinHostPort(host, port(storagenodePeer, i, privateGRPC)),
|
||||
|
||||
|
@ -99,7 +99,7 @@ func (planet *Planet) newStorageNodes(count int, whitelistedSatellites storj.Nod
|
||||
},
|
||||
Console: consoleserver.Config{
|
||||
Address: "127.0.0.1:0",
|
||||
StaticDir: filepath.Join(developmentRoot, "web/operator/"),
|
||||
StaticDir: filepath.Join(developmentRoot, "web/storagenode/"),
|
||||
},
|
||||
Storage2: piecestore.Config{
|
||||
CacheSyncInterval: time.Hour,
|
||||
|
Loading…
Reference in New Issue
Block a user