From c691e6350dea677be1fdd374afe08396bb746cd2 Mon Sep 17 00:00:00 2001 From: alanjino <91718917+alanjino@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:24:12 +0530 Subject: [PATCH] Update appsettings.json --- PublisherService/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PublisherService/appsettings.json b/PublisherService/appsettings.json index eb759a7..177f085 100644 --- a/PublisherService/appsettings.json +++ b/PublisherService/appsettings.json @@ -7,7 +7,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "ConnectionString": "Data Source=staging-mssql-app-sql-statefull-deploy,1433;Initial Catalog=PublisherService;User Id=sa;Password=Va)}V82nm1R943a;TrustServerCertificate=True;" + "ConnectionString": "Data Source=dev-1-mssql-app-sql-statefull-deploy,1433;Initial Catalog=PublisherService;User Id=sa;Password=Va)}V82nm1R943a;TrustServerCertificate=True;" }, "Otel": { "ServiceName": "PublisherService",