Simplify service discovery in development
This commit is contained in:
parent
ef6f39d090
commit
4d9ff5c4ff
2 changed files with 7 additions and 11 deletions
|
@ -111,7 +111,8 @@ setTimeout(() => {
|
|||
ZED_WINDOW_POSITION: positions[i],
|
||||
ZED_STATELESS: "1",
|
||||
ZED_ALWAYS_ACTIVE: "1",
|
||||
ZED_SERVER_URL: "http://localhost:8080",
|
||||
ZED_SERVER_URL: "http://localhost:3000",
|
||||
ZED_RPC_URL: "http://localhost:8080/rpc",
|
||||
ZED_ADMIN_API_TOKEN: "secret",
|
||||
ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`,
|
||||
PATH: process.env.PATH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue