mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 08:42:13 +02:00
5 lines
92 B
JavaScript
Executable File
5 lines
92 B
JavaScript
Executable File
module.exports = {
|
|
algorithm: 'aes-256-cbc',
|
|
key: process.env['ENCRYPTION_KEY'],
|
|
};
|