We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfb254 commit d43da29Copy full SHA for d43da29
1 file changed
README.md
@@ -66,7 +66,7 @@ This may be useful if one doesn't want to store credentials in file:
66
```yml
67
production:
68
dialect: postgres
69
- datasource: host=prodhost dbname=proddb user=${DB_USER} password=${DB_PASSWORD} sslmode=required
+ datasource: host=prodhost dbname=proddb user=${DB_USER} password=${DB_PASSWORD} sslmode=require
70
dir: migrations
71
table: migrations
72
```
0 commit comments