Fix http -> https where applyable. (#10573)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
8ba34392aa
commit
10f88c0934
@@ -14,6 +14,6 @@ This service can be configured in the file `services/mongodb.cfg`.
|
||||
| collection | | Yes | set collection to "" if it shall generate a collection per item |
|
||||
|
||||
If you have a username and password it looks like this: url = mongodb://[username]:[password]@[localhost]:27017/[database]
|
||||
The database is required: http://mongodb.github.io/mongo-java-driver/3.9/javadoc/com/mongodb/MongoClientURI.html
|
||||
The database is required: https://mongodb.github.io/mongo-java-driver/3.9/javadoc/com/mongodb/MongoClientURI.html
|
||||
|
||||
All item and event related configuration is done in the file `persistence/mongodb.persist`.
|
||||
|
||||
Reference in New Issue
Block a user