File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ set -euo pipefail
15
15
16
16
CODER_DEV_ACCESS_URL=" ${CODER_DEV_ACCESS_URL:- http:// 127.0.0.1: 3000} "
17
17
DEFAULT_PASSWORD=" SomeSecurePassword!"
18
+ EXTERNAL_TOKEN_ENCRYPTION_KEYS=" Y29kZXItY29kZXItY29kZXItY29kZXItY29kZXItMQo="
18
19
password=" ${CODER_DEV_ADMIN_PASSWORD:- ${DEFAULT_PASSWORD} } "
19
20
use_proxy=0
20
21
@@ -136,7 +137,7 @@ fatal() {
136
137
trap ' fatal "Script encountered an error"' ERR
137
138
138
139
cdroot
139
- 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 " $@ "
140
+ 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 --external-token-encryption-keys= " ${EXTERNAL_TOKEN_ENCRYPTION_KEYS} " " $@ "
140
141
141
142
echo ' == Waiting for Coder to become ready'
142
143
# Start the timeout in the background so interrupting this script
You can’t perform that action at this time.
0 commit comments