Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
[NOISSUE] DEBUG TO REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
lavocatt committed Jul 15, 2024
1 parent 555afb2 commit 67bfb40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/controllers/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ArtemisJolokia } from '../apiutil/artemis_jolokia';
const securityStore = new Map<string, ArtemisJolokia>();

const getSecretToken = (): string => {
console.log('POUET', process.env.SECRET_ACCESS_TOKEN);
return process.env.SECRET_ACCESS_TOKEN as string;
};

Expand Down

0 comments on commit 67bfb40

Please sign in to comment.