Skip to content

Commit

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

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

0 comments on commit d511164

Please sign in to comment.