Skip to content

Commit

Permalink
Merge pull request #498 from manojVivek/readme-updated
Browse files Browse the repository at this point in the history
README: fixed the typo in config file name
  • Loading branch information
brancz authored Dec 16, 2021
2 parents a2bca45 + c6df241 commit 9402dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ of [Next.js](https://nextjs.org/)

## Development

The Next.js app requires an environment variable for the API endpoint so as to talk to the Parca backend. Create a file named `env.local` to add the environment variable for the API endpoint.
The Next.js app requires an environment variable for the API endpoint so as to talk to the Parca backend. Create a file named `.env.local` in `packages/app/web/` to add the environment variable for the API endpoint.

```
NEXT_PUBLIC_API_ENDPOINT=http://localhost:7070
Expand Down

0 comments on commit 9402dec

Please sign in to comment.