From 19e8b6d37b6b02e6d38d8519ed6ce78b989089de Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:48:21 +0400 Subject: [PATCH] Update node.mdx --- docs/sdks/languages/node.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx index 82a1175eb..09af6fa57 100644 --- a/docs/sdks/languages/node.mdx +++ b/docs/sdks/languages/node.mdx @@ -27,7 +27,7 @@ app.get("/", async (req, res) => { const name = await client.getSecret({ environment: "dev", - projectId: "656dba7f979ebd6652586669", + projectId: "PROJECT_ID", path: "/", type: "shared", secretName: "NAME" @@ -131,10 +131,10 @@ Retrieve all secrets within the Infisical project and environment that client is - + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from. - + The project ID where the secret lives in.