Files
coder/site/e2e/constants.ts
T
Kyle Carberry ddd86ab547 feat: Add systemd service and production deployment (#545)
* feat: Add systemd service and production deployment

This modifies CI to use a dpkg produced from release to update and
run Coder on a tiny VM in GCP.

It's intentionally kept simple, because customers should
be able to get this same easy install experience.

* Update globalSetup.ts

* Update globalSetup.ts

* Update globalSetup.ts

* Update coder.yaml

* Use pinned version of Go
2022-03-24 15:07:33 +00:00

6 lines
212 B
TypeScript

// Credentials for the default user when running in dev mode.
export const username = "developer"
export const password = "password"
export const organization = "acme-corp"
export const email = "admin@coder.com"