Skip to content

Commit c03d89f

Browse files
committed
feat(docs) Update ssl example
Change `ssl` option example for postgres from `string` like value to `boolean` to prevent misleading. Signed-off-by: Tran Minh Nhut <[email protected]>
1 parent b93036e commit c03d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting Started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ db-migrate supports the concept of environments. For example, you might have a d
2727
"host": "localhost",
2828
"database": "mydb",
2929
"port": "20144",
30-
"ssl": "true",
30+
"ssl": true,
3131
"schema": "my_schema"
3232
},
3333

0 commit comments

Comments
 (0)