Skip to content

Commit

Permalink
remove db from encryption keys
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Jun 24, 2024
1 parent 38c239e commit f61fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/encryptionService.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const SERVICE = 'EncryptionService';

const ENCRYPTION_KEYS = {
PROXY: 'proxy',
DATABASE: 'db',
};

const ENCRYPTION_ALGORITHMS = {
AES_256_GCM: 'aes-256-gcm',
};
Expand Down

0 comments on commit f61fe4c

Please sign in to comment.