docs: Pre-load dotenv to load db env variables (#186)

This commit is contained in:
Benjamin Bolton
2023-02-17 14:33:09 -07:00
committed by GitHub
parent 86e8818917
commit b559ffb07d

View File

@@ -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: