MCPcopy Index your code
hub / github.com/coder/code-server / defaultConfigFile

Function defaultConfigFile

src/node/cli.ts:706–712  ·  view source on GitHub ↗
(password: string)

Source from the content-addressed store, hash-verified

704 * - cert: false
705 */
706export function defaultConfigFile(password: string): string {
707 return `bind-addr: 127.0.0.1:8080
708auth: password
709password: ${password}
710cert: false
711`
712}
713
714interface ConfigArgs extends UserProvidedArgs {
715 config: string

Callers 2

cli.test.tsFile · 0.90
readConfigFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected