tada: Initial commit
This commit is contained in:
parent
19300b5352
commit
3529e9e4ee
32 changed files with 6714 additions and 1 deletions
3
packages/backend/src/config/encryption.js
Normal file
3
packages/backend/src/config/encryption.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
const key = process.env.MONGO_ENC_KEY;
|
||||
|
||||
export default { key }
|
Loading…
Add table
Add a link
Reference in a new issue