Skip to content

Commit 4efde58

Browse files
authored
fix: Restore static credentials for develop.sh (coder#1212)
1 parent 1661588 commit 4efde58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

develop.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ cd "${PROJECT_ROOT}"
88
# Run yarn install, to make sure node_modules are ready to go
99
"$PROJECT_ROOT/scripts/yarn_install.sh"
1010

11+
# Use static credentials for development
12+
export CODER_DEV_ADMIN_EMAIL=admin@coder.com
13+
export CODER_DEV_ADMIN_PASSWORD=password
14+
1115
# This is a way to run multiple processes in parallel, and have Ctrl-C work correctly
1216
# to kill both at the same time. For more details, see:
1317
# https://stackoverflow.com/questions/3004811/how-do-you-run-multiple-programs-in-parallel-from-a-bash-script

0 commit comments

Comments
 (0)