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",