Skip to content

Commit

Permalink
chore(2700): remove html satizizer, add attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhanchik committed Nov 25, 2024
1 parent c35f01b commit 02ba1e9
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 257 deletions.
2 changes: 1 addition & 1 deletion app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const AWS_ROLES_CLIENT_SECRET = process.env.AWS_ROLES_CLIENT_SECRET || 't
export const AWS_ROLES_IDENTITY_PROVIDER = process.env.AWS_ROLES_IDENTITY_PROVIDER || 'azureidir';

export const CHES_TOKEN_URL =
process.env.CHES_TOKEN_URL || 'http://localhost:8080/auth/realms/comsvcauth/protocol/openid-connect/token';
process.env.CHES_TOKEN_URL || 'http://localhost:8080/realms/platform-services/protocol/openid-connect/token';
export const CHES_API_URL = process.env.CHES_API_URL || 'http://localhost:3025';
export const CHES_CLIENT_ID = process.env.CHES_CLIENT_ID || 'pltsvc';
export const CHES_CLIENT_SECRET = process.env.CHES_CLIENT_SECRET || 'testsecret';
Expand Down
Loading

0 comments on commit 02ba1e9

Please sign in to comment.