Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4efde58

Browse files
authored
fix: Restore static credentials for develop.sh (#1212)
1 parent1661588 commit4efde58

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)

[8]ページ先頭

©2009-2025 Movatter.jp