Files
coder/site/e2e/constants.ts
T

8 lines
205 B
TypeScript

// Default port from the server
export const defaultPort = 3000
// Credentials for the first user
export const username = "admin"
export const password = "password"
export const email = "admin@coder.com"