From f12895bb0578b671f1b143648920b8aeeab33fd0 Mon Sep 17 00:00:00 2001 From: savil <676452+savil@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:37:39 -0800 Subject: [PATCH] [envsec] comment out ENVSEC_JETPACK_API_ENDPOINT=http://localhost:8080 in login-dev script (#206) ## Summary I had this commented out on my laptop but forgot to commit it prior to landing the PR #205 ## How was it tested? --- devbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 9e9d621..5c70c56 100644 --- a/devbox.json +++ b/devbox.json @@ -18,7 +18,7 @@ "export ENVSEC_ISSUER=https://laughing-agnesi-vzh2rap9f6.projects.oryapis.com", "export ENVSEC_JETPACK_API_ENDPOINT=https://apisvc-6no3bdensq-uk.a.run.app", // set ENVSEC_JETPACK_API_ENDPOINT to localhost:8080 if running apisvc locally - "export ENVSEC_JETPACK_API_ENDPOINT=http://localhost:8080", + // "export ENVSEC_JETPACK_API_ENDPOINT=http://localhost:8080", "devbox run build", "dist/envsec auth login", ],