From 384119eef4796b7e9e2a71bda75087754e189a8a Mon Sep 17 00:00:00 2001 From: Savorboard Date: Thu, 14 Mar 2019 16:01:45 +0800 Subject: [PATCH] Switch the Locations Api event store to in-memory storage because CAP requires MongoDB version to be larger than 4.0 and enable clustering to use the local storage transaction provided by MongoDB --- src/Services/Location/Locations.API/Locations.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Location/Locations.API/Locations.API.csproj b/src/Services/Location/Locations.API/Locations.API.csproj index 65de0dfc0..702de9d23 100644 --- a/src/Services/Location/Locations.API/Locations.API.csproj +++ b/src/Services/Location/Locations.API/Locations.API.csproj @@ -14,7 +14,7 @@ - +