...
The default database can now be specified with the MONGO_DEFAULTSHARED_DATABASE
env variable. This database is at the moment only used for user data as they do not belong to any specific space. The application will use the database with the given name or if this database does not exist the application will try to create it.
...