Skip to content

Commit

Permalink
fixup! resolve e2e build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 31, 2023
1 parent 926effa commit ef5a87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/start-companion-with-load-balancer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const startCompanion = ({ name, port }) => {
cwd: new URL('../', import.meta.url),
stdio: 'inherit',
env: {
// Note: these env variables will override anything set in .env
// Note: these env variables will override anything set in .env
...process.env,
COMPANION_PORT: port,
COMPANION_SECRET: 'development', // multi instance will not work without secret set
COMPANION_PREAUTH_SECRET: 'development', // multi instance will not work without secret set
Expand Down

0 comments on commit ef5a87c

Please sign in to comment.