Skip to content

Commit fe7a276

Browse files
jsjoeiocode-asher
andauthored
Update test/utils/constants.ts
Co-authored-by: Asher <[email protected]>
1 parent bbf0c47 commit fe7a276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const PASSWORD = "e45432jklfdsab"
22
export const workspaceDir = "workspaces"
3-
export const REVERSE_PROXY_BASE_PATH = "ide"
4-
export const REVERSE_PROXY_PORT = "8000"
3+
export const REVERSE_PROXY_BASE_PATH = process.env.CS_TEST_REVERSE_PROXY_BASE_PATH || "ide"
4+
export const REVERSE_PROXY_PORT = process.env.CS_TEST_REVERSE_PROXY_PORT || "8000"

0 commit comments

Comments
 (0)