mirror of
https://github.com/coder/code-server.git
synced 2024-12-04 23:03:06 +08:00
4 lines
227 B
TypeScript
4 lines
227 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 || "{}")
|