diff --git a/Services/GamesService.cs b/Services/GamesService.cs index 20c457f..ce5f883 100644 --- a/Services/GamesService.cs +++ b/Services/GamesService.cs @@ -29,7 +29,7 @@ public class GamesService : IGamesService public GamesService(IGamesDatabaseSettings settings) { var clientSettings = MongoClientSettings.FromConnectionString(settings.ConnectionString); - clientSettings.ApplicationName = "mongodb-dotnet-example-api"; + clientSettings.ApplicationName = "devrel-github-dotnet-gamesapi"; var client = new MongoClient(clientSettings); var database = client.GetDatabase(settings.DatabaseName); @@ -63,4 +63,4 @@ public void SeedIfEmpty(IEnumerable seedGames) _games.InsertMany(seedGames); } } -} \ No newline at end of file +}