You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ of type `GeoPoint`. This allows for indexed ```near``` queries. Default is `fal
64
64
- Default is `false`.
65
65
- If set to `true`, the database instance will not be attached to the datasource and the connection is deferred.
66
66
- It will try to establish the connection automatically once users hit the endpoint. If the mongodb server is offline, the app will start, however, the endpoints will not work.
67
-
67
+
-**disableDefaultSort**: Set to `true` to disable the default sorting
68
+
behavior on `id` column, this will help performance using indexed
69
+
columns available in mongodb.
68
70
### Setting the url property in datasource.json
69
71
70
72
You can set the `url` property to a connection URL in `datasources.json` to override individual connection parameters such as `host`, `user`, and `password`.
0 commit comments