Skip to content

Commit

Permalink
remove change secret
Browse files Browse the repository at this point in the history
  • Loading branch information
junwatu committed Nov 17, 2023
1 parent 4da2f6f commit dec8c8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/next-js/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*/}

<Callout type="info">
Make sure to include the `.env` file in the `.gitignore` file. So that the environment variables are not exposed to the public.
Expand Down

1 comment on commit dec8c8d

@vercel
Copy link

@vercel vercel bot commented on dec8c8d Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.