File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ source "${SCRIPT_DIR}/lib.sh"
14
14
set -euo pipefail
15
15
16
16
CODER_DEV_ACCESS_URL=" ${CODER_DEV_ACCESS_URL:- http:// 127.0.0.1: 3000} "
17
+ CODER_DEV_SESSION_TOKEN_COOKIE_PREFIX=" ${CODER_DEV_SESSION_TOKEN_COOKIE_PREFIX:- dev} "
17
18
debug=0
18
19
DEFAULT_PASSWORD=" SomeSecurePassword!"
19
20
password=" ${CODER_DEV_ADMIN_PASSWORD:- ${DEFAULT_PASSWORD} } "
@@ -150,7 +151,7 @@ fatal() {
150
151
trap ' fatal "Script encountered an error"' ERR
151
152
152
153
cdroot
153
- DEBUG_DELVE=" ${debug} " start_cmd API " " " ${CODER_DEV_SHIM} " server --http-address 0.0.0.0:3000 --swagger-enable --access-url " ${CODER_DEV_ACCESS_URL} " --dangerous-allow-cors-requests=true --enable-terraform-debug-mode " $@ "
154
+ DEBUG_DELVE=" ${debug} " CODER_DEV_SESSION_TOKEN_COOKIE_PREFIX= " ${CODER_DEV_SESSION_TOKEN_COOKIE_PREFIX} " start_cmd API " " " ${CODER_DEV_SHIM} " server --http-address 0.0.0.0:3000 --swagger-enable --access-url " ${CODER_DEV_ACCESS_URL} " --dangerous-allow-cors-requests=true --enable-terraform-debug-mode " $@ "
154
155
155
156
echo ' == Waiting for Coder to become ready'
156
157
# Start the timeout in the background so interrupting this script
You can’t perform that action at this time.
0 commit comments