diff --git a/src/EoaServer.Application/EoaServer.Application.csproj b/src/EoaServer.Application/EoaServer.Application.csproj index 3064831..de2efb5 100644 --- a/src/EoaServer.Application/EoaServer.Application.csproj +++ b/src/EoaServer.Application/EoaServer.Application.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/src/EoaServer.AuthServer/EoaServer.AuthServer.csproj b/src/EoaServer.AuthServer/EoaServer.AuthServer.csproj index 52bf84c..4992cd9 100644 --- a/src/EoaServer.AuthServer/EoaServer.AuthServer.csproj +++ b/src/EoaServer.AuthServer/EoaServer.AuthServer.csproj @@ -38,8 +38,8 @@ - - + + diff --git a/src/EoaServer.EntityEventHandler/EoaServer.EntityEventHandler.csproj b/src/EoaServer.EntityEventHandler/EoaServer.EntityEventHandler.csproj index 2def682..572521f 100644 --- a/src/EoaServer.EntityEventHandler/EoaServer.EntityEventHandler.csproj +++ b/src/EoaServer.EntityEventHandler/EoaServer.EntityEventHandler.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/src/EoaServer.EntityEventHandler/appsettings.json b/src/EoaServer.EntityEventHandler/appsettings.json index ab1a0cf..165a48f 100644 --- a/src/EoaServer.EntityEventHandler/appsettings.json +++ b/src/EoaServer.EntityEventHandler/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "mongodb://localhost:27017/EoaServer?authSource=admin" + "Default": "mongodb://localhost:27017/EoaServer?authSource=admin&retryWrites=false" }, "RabbitMQ": { "Connections": { @@ -17,7 +17,7 @@ "Kafka": { "Connections": { "Default": { - "BootstrapServers": "" + "BootstrapServers": "localhost:9092" } }, "Consumer": { diff --git a/src/EoaServer.HttpApi/EoaServer.HttpApi.csproj b/src/EoaServer.HttpApi/EoaServer.HttpApi.csproj index cf6e9e6..dbd20fd 100644 --- a/src/EoaServer.HttpApi/EoaServer.HttpApi.csproj +++ b/src/EoaServer.HttpApi/EoaServer.HttpApi.csproj @@ -21,8 +21,8 @@ - - + +