File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ const trackInstruqtUrlError = (
4343const getDefaultTokens = ( ) : InstruqtTokens => ( {
4444 'terraform-sandbox' :
4545 process . env . TERRAFORM_SANDBOX_TOKEN ?? 'em_3vgTsBqCLq2blqtQ' ,
46- 'vault-cluster- sandbox' :
47- process . env . VAULT_SANDBOX_TOKEN ?? 'em_MmJD6C6DhTpGm9Ab ' ,
46+ 'vault-sandbox' :
47+ process . env . VAULT_SANDBOX_TOKEN ?? 'em_CUFCBU0nSfCl2VHi ' ,
4848 'boundary-sandbox' :
4949 process . env . BOUNDARY_SANDBOX_TOKEN ?? 'em_YHsmJu4K1Wk3hwht' ,
5050 'consul-sandbox' : process . env . CONSUL_SANDBOX_TOKEN ?? 'em_I5XI2XjO-ZMeH1_w' ,
51+ 'consul-sandbox-sd' : process . env . CONSUL_SANDBOX_SD_TOKEN ?? 'em_MdAn4Od_foU6oybz' ,
5152 'nomad-sandbox' : process . env . NOMAD_SANDBOX_TOKEN ?? 'em_0wOuIAyyjAQllLkc' ,
5253} )
5354
You can’t perform that action at this time.
0 commit comments