Skip to content

Commit

Permalink
fix: improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Dec 25, 2023
1 parent 5a40f61 commit 0e3efd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/oidcConfig.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import log from 'loglevel';

const oidcConfig = {
authority: process.env.NEXT_PUBLIC_KEYCLOAK_URL,
client_id: process.env.NEXT_PUBLIC_KEYCLOAK_CLIENT_ID,
Expand All @@ -9,4 +11,6 @@ const oidcConfig = {
},
};

log.warn('oidcConfig', oidcConfig);

export default oidcConfig;

0 comments on commit 0e3efd5

Please sign in to comment.