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": {