ba0364a522
The workspaces also have settings to prevent the welcome page from appearing.
5 lines
268 B
TypeScript
5 lines
268 B
TypeScript
export const CODE_SERVER_ADDRESS = process.env.CODE_SERVER_ADDRESS || "http://localhost:8080"
|
|
export const PASSWORD = process.env.PASSWORD || "e45432jklfdsab"
|
|
export const storageState = JSON.parse(process.env.STORAGE || "{}")
|
|
export const workspaceDir = "workspaces"
|