Skip to content

Commit

Permalink
Merge pull request #241 from TakabayaP/Fix--README.md-config-example
Browse files Browse the repository at this point in the history
fix: config example sslmode to require, not required
  • Loading branch information
rubenv committed May 23, 2023
2 parents bbfb254 + d43da29 commit 4e602c7
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 @@ -66,7 +66,7 @@ This may be useful if one doesn't want to store credentials in file:
```yml
production:
dialect: postgres
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
dir: migrations
table: migrations
```
Expand Down

0 comments on commit 4e602c7

Please sign in to comment.