Skip to content

Commit

Permalink
feat(docs) Update ssl example
Browse files Browse the repository at this point in the history
Change `ssl` option example for postgres from `string` like value to `boolean` to prevent misleading.

Signed-off-by: Tran Minh Nhut <[email protected]>
  • Loading branch information
minhnhut committed Apr 26, 2020
1 parent b93036e commit c03d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting Started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ db-migrate supports the concept of environments. For example, you might have a d
"host": "localhost",
"database": "mydb",
"port": "20144",
"ssl": "true",
"ssl": true,
"schema": "my_schema"
},

Expand Down

0 comments on commit c03d89f

Please sign in to comment.