From 8e5c347873c209d5c104018ec5c789114287833a Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Mon, 10 Jul 2023 14:49:57 +0100 Subject: [PATCH] Remvoe port --- src/GitHubActionsDemo.Api/appsettings.Development.json | 2 +- src/GitHubActionsDemo.Api/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitHubActionsDemo.Api/appsettings.Development.json b/src/GitHubActionsDemo.Api/appsettings.Development.json index 0cc797b..b317aec 100644 --- a/src/GitHubActionsDemo.Api/appsettings.Development.json +++ b/src/GitHubActionsDemo.Api/appsettings.Development.json @@ -1,6 +1,6 @@ { "DbSettings": { - "ConnectionString": "Server=localhost:3306; Database=library; Uid=dbuser;Pwd=libraryDbPassword;", + "ConnectionString": "Server=localhost; Database=library; Uid=dbuser;Pwd=libraryDbPassword;", "Database": "library" }, "Logging": { diff --git a/src/GitHubActionsDemo.Api/appsettings.json b/src/GitHubActionsDemo.Api/appsettings.json index dc1fff4..23dcca2 100644 --- a/src/GitHubActionsDemo.Api/appsettings.json +++ b/src/GitHubActionsDemo.Api/appsettings.json @@ -1,6 +1,6 @@ { "DbSettings": { - "ConnectionString": "Server=localhost:3306; Database=library; Uid=dbuser;Pwd=libraryDbPassword;", + "ConnectionString": "Server=localhost; Database=library; Uid=dbuser;Pwd=libraryDbPassword;", "Database": "library" }, "Logging": {