diff --git a/PlatformService/appsettings.Development.json b/PlatformService/appsettings.Development.json index f50cc17..76787c2 100644 --- a/PlatformService/appsettings.Development.json +++ b/PlatformService/appsettings.Development.json @@ -8,8 +8,8 @@ }, "CommandService": "http://localhost:6000/api/c/platforms/", "ConnectionStrings": { - "PlatformsConn": "Server=localhost,1433;Initial Catalog=platformsdb;User ID=sa;Password=pa55w0rd;" + "PlatformsConn": "Server=localhost,1433;Initial Catalog=platformsdb;User ID=sa;Password=pa55w0rd;TrustServerCertificate=True;" }, "RabbitMQHost": "localhost", "RabbitMQPort": "5672" -} \ No newline at end of file +}