Skip to content

Commit

Permalink
Merge pull request #815 from stefanneuhaus/readme_working-directory
Browse files Browse the repository at this point in the history
README: change intended location of .env file from project root to working directory
  • Loading branch information
motdotla committed Feb 22, 2024
2 parents 9f3e833 + 58a436b commit fe58fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ Or installing with yarn? `yarn add dotenv`
</div>
</a>

Create a `.env` file in the root of your project:
Create a `.env` file in the root of your project (if using a monorepo structure like `apps/backend/app.js`, put it in the root of the folder where your `app.js` process runs):

```dosini
S3_BUCKET="YOURS3BUCKET"
Expand Down

0 comments on commit fe58fef

Please sign in to comment.