Configuration
When the node runs, it stores a local copy of the FileFlows configuration (Flows, Libraries, Plugin settings etc) which is used for processing.
By default, this configuration is stored as an encrypted file on the system.
However, if there is an issue with this, you can disable the configuration by using the environmental variable:
FF_NO_ENCRYPT = 1
The configuration will be cleared whenever the node is restarted and by default a new random encryption key will be used so there is no way to view the contents of this file.
However, you can specify a custom encryption key to be used by using the environmental variable:
FF_ENCRYPT = my-custom-key-whatever-you-like
Both these variables will be read when the FileFlows node is started, so any changes will require the node to be restarted.