Show last authors
1 = Use MongoDB =
2
3 If your application uses an important set of values, you can choose to store them in MongoDB :
4
5 - create a database: use databaseName;
6 - create a user on it: db.createUser({user : "username" ,pwd : "password",roles :["readWrite"]}) ;
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation