good morning!!!!

Skip to content
Snippets Groups Projects
Commit 28cbde0a authored by Ovizro's avatar Ovizro
Browse files

Merge branch 'devel' of github.com:tinode/chat into devel

parents 60e1218d a63ac388
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,12 @@
// MongoDB configuration.
"mongodb": {
// Connection string https://www.mongodb.com/docs/manual/reference/connection-string/
// Options configured with the connection string override any other options.
// Options configured with the connection string override any other options
// (only 'uri' is used to the server, all other options ignored).
// If you are using Atlas, then you MUST use 'uri' to connect. See here:
// https://www.mongodb.com/docs/manual/reference/connection-string/#std-label-connections-dns-seedlist
// Something like
// "uri": "mongodb+srv://CREDENTIALS@PROJECT.gmuaq.mongodb.net/DATABASE?retryWrites=true&w=majority",
"uri": "",
// The only supported server API version is "1". May or maynot be needed depending on server version.
"api_version": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment