MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / getEncryptionKeyPath

Function getEncryptionKeyPath

packages/components/src/utils.ts:570–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568}
569
570export 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

Callers 2

getEncryptionKeyFunction · 0.85
getEncryptionKeyFunction · 0.85

Calls 1

getEncryptionKeyFilePathFunction · 0.85

Tested by

no test coverage detected