From d91f929426ee3e442aa32a01e094aaef4f93e330 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Mon, 8 Nov 2021 15:41:59 +0100 Subject: [PATCH] docs(nodejs): update nodejs instructions --- docs/node_tutorials/node_setup_identifiers.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/node_tutorials/node_setup_identifiers.md b/docs/node_tutorials/node_setup_identifiers.md index 5fb58170..d94203ca 100644 --- a/docs/node_tutorials/node_setup_identifiers.md +++ b/docs/node_tutorials/node_setup_identifiers.md @@ -98,8 +98,9 @@ const DATABASE_FILE = 'database.sqlite' // You will need to get a project ID from infura https://www.infura.io const INFURA_PROJECT_ID = '' -// This will be the secret key for the KMS -const KMS_SECRET_KEY = ""; +// This will be the secret key for the KMS +const KMS_SECRET_KEY = + '< you can generate a key by running `npx @veramo/cli config create-secret-key` in a terminal>' ``` Initialise a database using TypeORM @@ -124,9 +125,7 @@ export const agent = createAgent