Skip to content

Commit 972c4a5

Browse files
committed
📝 Fix autocorrector
1 parent cef71b4 commit 972c4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_includes/parse-server/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Details about the configuration options can be found on [pg-promise](https://git
5454
* The postgres URL for Parse 4.2.0 and below only supports the following configuration options:
5555

5656
```
57-
postgres://localhost:5432/db?ssl=boolean&client_encoding=stringapplication_name=string&fallback_application_name=stringpoolSize=number&binary=boolean&keepAlive=boolean
57+
postgres://localhost:5432/db?ssl=boolean&client_encoding=string&application_name=string&fallback_application_name=string&poolSize=number&binary=boolean&keepAlive=boolean
5858
```

0 commit comments

Comments
 (0)