Alex Bechmann
Alex Bechmann
## Description This PR exposes an express route for all collections with upload configuration, which will return the image resized from the parameters from the query string. The motivation for...
This PR allows you to use CosmosDB Mongo instance on azure which requires TLS1.2. Usage: ` MongoRepository.GlobalConfig.ConfigureSslSettings(x => x.EnabledSslProtocols = System.Security.Authentication.SslProtocols.Tls12); IRepository repository = new MongoRepository(ConfigurationManager.ConnectionStrings["MongoServerSettings"].ConnectionString, collectionName: "news-articles"); `