Skip to content

Commit 4e602c7

Browse files
authored
Merge pull request #241 from TakabayaP/Fix--README.md-config-example
fix: config example sslmode to require, not required
2 parents bbfb254 + d43da29 commit 4e602c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This may be useful if one doesn't want to store credentials in file:
6666
```yml
6767
production:
6868
dialect: postgres
69-
datasource: host=prodhost dbname=proddb user=${DB_USER} password=${DB_PASSWORD} sslmode=required
69+
datasource: host=prodhost dbname=proddb user=${DB_USER} password=${DB_PASSWORD} sslmode=require
7070
dir: migrations
7171
table: migrations
7272
```

0 commit comments

Comments
 (0)