From dec8c8df126cd30b27c3eaa77a750284fb0ef5f0 Mon Sep 17 00:00:00 2001 From: "Equan P." Date: Fri, 17 Nov 2023 22:25:22 +0700 Subject: [PATCH] remove change secret --- pages/next-js/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/next-js/index.mdx b/pages/next-js/index.mdx index 377fb493..5713e419 100644 --- a/pages/next-js/index.mdx +++ b/pages/next-js/index.mdx @@ -54,7 +54,11 @@ For local development, we can use the `Local Development` environment. ![copy env from console](/gifs/copy-env-from-console.gif) -After copying the environment values, create file `.env` in the root directory of the Next.js project and paste the environment values. It is recommended to change the `ROQ_SECRET` environment value into a more secure value. The default value is `CHANGE_THIS_SECRET`. +After copying the environment values, create file `.env` in the root directory of the Next.js project and paste the environment values. + +{/* +It is recommended to change the `ROQ_SECRET` environment value into a more secure value. The default value is `CHANGE_THIS_SECRET`. +*/} Make sure to include the `.env` file in the `.gitignore` file. So that the environment variables are not exposed to the public.