Skip to content

Commit

Permalink
feat(crypto): added crypto module with integration test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed Sep 5, 2021
1 parent d9a56a4 commit ccc4450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ export default registerAs('app', () => ({
port: +process.env.APP_PORT || 5000,
logFileName: './logs/app.log',
applyEncription: +process.env.APPLY_ENCRYPTION,
encryptionPassword: process.env.ENCRYPTION_PASSWORD,
}));

0 comments on commit ccc4450

Please sign in to comment.