()
| 568 | } |
| 569 | |
| 570 | export const getEncryptionKeyPath = (): string => { |
| 571 | return process.env.SECRETKEY_PATH ? path.join(process.env.SECRETKEY_PATH, 'encryption.key') : getEncryptionKeyFilePath() |
| 572 | } |
| 573 | |
| 574 | /** |
| 575 | * Returns the encryption key |
no test coverage detected