Skip to content

Commit

Permalink
Merge branch 'dev' into feature/quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Jun 2, 2024
2 parents 845403e + 424dc49 commit a3aca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kc-cron-job/remove-inactive-idir-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getWebServiceInfo({ env = 'dev' }) {
serviceUrl = 'https://gws2.test.bceid.ca';
serviceId = process.env.BCEID_SERVICE_ID_TEST || '';
} else if (env === 'prod') {
serviceUrl = 'https://gws2.test.bceid.ca';
serviceUrl = 'https://gws2.bceid.ca';
serviceId = process.env.BCEID_SERVICE_ID_PROD || '';
}

Expand Down

0 comments on commit a3aca9a

Please sign in to comment.