Simplify service discovery in development
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user