mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
[Fix] Bulldozer Studio and SpaceTime DB port conflict (#1346)
This commit is contained in:
parent
22ae47fe73
commit
665870a144
@ -111,7 +111,7 @@ type StudioTableRecord = {
|
||||
table: StudioTable,
|
||||
};
|
||||
|
||||
const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}39`);
|
||||
const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}40`);
|
||||
const STUDIO_HOST = "127.0.0.1";
|
||||
const BULLDOZER_LOCK_ID = 7857391;
|
||||
const STUDIO_INSTANCE_ID = `${Date.now()}-${Math.random().toString(36).slice(2, 10)}`;
|
||||
|
||||
@ -345,7 +345,7 @@
|
||||
},
|
||||
{
|
||||
name: "Bulldozer Studio",
|
||||
portSuffix: "39",
|
||||
portSuffix: "40",
|
||||
description: [
|
||||
"Bulldozer table graph and editor",
|
||||
"Includes raw storage debug browser",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user