mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 04:45:52 +01:00
5 lines
257 B
TypeScript
5 lines
257 B
TypeScript
export const CODE_SERVER_ADDRESS = process.env.CODE_SERVER_ADDRESS || "http://localhost:8080"
|
|
export const PASSWORD = process.env.PASSWORD || "e45432jklfdsab"
|
|
export const STORAGE = process.env.STORAGE || ""
|
|
export const E2E_VIDEO_DIR = "./test/e2e/videos"
|