Skip to content

Commit

Permalink
docs: Pre-load dotenv to load db env variables (cameri#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpbolton authored and brandonrobinson5060 committed Feb 22, 2023
1 parent ac3d481 commit 295a007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Install dependencies:
Run migrations (at least once and after pulling new changes):

```
npm run db:migrate
NODE_OPTIONS="-r dotenv/config" npm run db:migrate
```

Create .nostr folder inside nostream project folder and copy over the settings file:
Expand Down

0 comments on commit 295a007

Please sign in to comment.