From 68a42ced05293edf26cae9efd347a014012d36cc Mon Sep 17 00:00:00 2001 From: Lucca Santangelo <luccasant95@gmail.com> Date: Tue, 10 Nov 2020 16:50:11 -0300 Subject: [PATCH] is elastic cloud true --- Tsi1.Api/Tsi1.Api/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tsi1.Api/Tsi1.Api/appsettings.json b/Tsi1.Api/Tsi1.Api/appsettings.json index 810e99c..48f2b50 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" -- GitLab