Skip to content

Commit

Permalink
Add test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 12, 2023
1 parent 5d932c7 commit 3874941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const port = +(process.env.PORT || 3000);
const app = next({ dev: true, hostname: 'localhost', port });
const handle = app.getRequestHandler();

process.env.AUTH0_SECRET = 'testing123';
process.env.AUTH0_ISSUER_BASE_URL = `http://localhost:${port}/oidc/`;
process.env.AUTH0_CLIENT_ID = 'testing';
process.env.AUTH0_CLIENT_SECRET = 'testing';
Expand Down

0 comments on commit 3874941

Please sign in to comment.