Skip to content

Commit

Permalink
Note ENV vars In README
Browse files Browse the repository at this point in the history
Add a small mention about ENV var support. Thank you!
  • Loading branch information
bcomnes committed Mar 31, 2022
1 parent 5acff97 commit 9b25f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ You can specify all the parameters from command line (see below) but the easiest
}
```

You can also set these settings with all ENV vars that [node-postgres](https://node-postgres.com/features/connecting#environment-variables) supports, though this may vary with your driver. (e.g. `PGHOST` `PGHOST` etc)

* Migrate to latest version (it looks settings by default from `.postgratorrc.json`, etc):
```
$ postgrator
Expand Down

0 comments on commit 9b25f15

Please sign in to comment.