Skip to content

Commit 2d41224

Browse files
authored
Merge pull request #41 from SpareChris/patch-1
Include port config and ssl config in examples
2 parents 04610b3 + 7ae96b8 commit 2d41224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Getting Started/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ db-migrate supports the concept of environments. For example, you might have a d
2626
"password": "test",
2727
"host": "localhost",
2828
"database": "mydb",
29+
"port": "20144",
30+
"ssl": "true",
2931
"schema": "my_schema"
3032
},
3133

0 commit comments

Comments
 (0)