Skip to content

Commit

Permalink
checking why callback died
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayahhhmed committed Jun 18, 2024
1 parent d511164 commit 3de5db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default registerAs('app', () => ({
redirectLink: `${process.env.CLIENT_HOST_NAME}:${process.env.CLIENT_HOST_PORT}`,
}));

export const REDIRECT_LINK = process.env.CLIENT_HOST_NAME;
// export const REDIRECT_LINK = 'http://localhost:5173';
export const REDIRECT_LINK = 'https://notanglesstaging.devsoc.app/';

0 comments on commit 3de5db3

Please sign in to comment.