Skip to content

Commit 7ae96b8

Browse files
authored
Include port config and ssl config in examples
Added what appears to be undocumented config options for defining a non-standard port as well as enforcing SSL connection.
1 parent fe9c63f commit 7ae96b8

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)