mirror of
https://github.com/coder/code-server.git
synced 2026-04-18 22:05:19 -05:00
refactor: add constants.ts with PASSWORD, etc
This commit is contained in:
3
test/constants.ts
Normal file
3
test/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
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 || ""
|
||||
Reference in New Issue
Block a user