diff --git a/docs/Getting Started/configuration.md b/docs/Getting Started/configuration.md index 31f9417..3278842 100644 --- a/docs/Getting Started/configuration.md +++ b/docs/Getting Started/configuration.md @@ -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" },