From 3fe1ca42e769a691736dce3cdc6ab2b422d39e3c Mon Sep 17 00:00:00 2001 From: arunics Date: Thu, 18 Jan 2018 16:22:04 -0800 Subject: [PATCH] Update First.txt --- First.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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' + } +};