Skip to content

Commit

Permalink
feature/MARP-357-Adjust githubAuthCallbackUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy committed Jul 19, 2024
1 parent 118e4ba commit 1cfec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace-ui/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const environment = {
production: true,
apiUrl: 'http://10.193.8.78:9090/marketplace-service',
githubClientId: 'Ov23liVMliBxBqdQ7FnG',
githubAuthCallbackUrl: 'http://10.193.8.78:4200/auth/github/callback',
githubAuthCallbackUrl: 'http://marketplace.server.ivy-cloud.com:4200/auth/github/callback',
dayInMiliseconds: 86400000
};

0 comments on commit 1cfec91

Please sign in to comment.