MongoDb

For using mongoDB as the repository, the setting will look slightly different:

dataSource () {
    default () {
        uri = 'mongodb://username:password@localhost/dbname'
    }
}