diff --git a/Tsi1.Api/Tsi1.Api/appsettings.json b/Tsi1.Api/Tsi1.Api/appsettings.json
index 810e99c8b712f19dba9b1aa60a3397e8533f5881..48f2b50a243cb8e2510b4b13a1c36ce23d33e726 100644
--- a/Tsi1.Api/Tsi1.Api/appsettings.json
+++ b/Tsi1.Api/Tsi1.Api/appsettings.json
@@ -1,5 +1,5 @@
 {
-  "IsElasticCloud": false,
+  "IsElasticCloud": true,
   "ConnectionStrings": {
     "PostgreSql": "Host=localhost;Database=tsi1;Username=postgres;Password=111111",
     "PostgreSqlCloud": "Host=postgres;Database=tsi1;Username=postgres;Password=postgres"