diff --git a/First.txt b/First.txt index f00b526..56f1f2b 100644 --- a/First.txt +++ b/First.txt @@ -1 +1,12 @@ # Testing +const FOO_BAR_SECRET_LOOKS_LIKE_KEY_ID = 'zJd-55qmsY6LD53CRTqnCr_g-'; + +module.exports = { + getSecret: () => 'gm5yb-hJWRoS7ZJTi_YUj_tbU', + secrets: { + KEY_IDENTIFIER: 'GxC56B6x67anequGYNPsW_-TL', + 'MLTk-BuGS8s6Tx9iK5zaL8a_W': '2g877BA_TsE-WoPoWrjHah9ta', + foobar: FOO_BAR_SECRET_LOOKS_LIKE_KEY_ID, + test: 'hello-world' + } +};