diff --git a/AMESCoreStudio.Web/Code/Properties/launchSettings.json b/AMESCoreStudio.Web/Code/Properties/launchSettings.json index fb7aae41..8e45df02 100644 --- a/AMESCoreStudio.Web/Code/Properties/launchSettings.json +++ b/AMESCoreStudio.Web/Code/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:5821", + "applicationUrl": "http://localhost:5000", "sslPort": 0 } }, @@ -16,7 +16,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5821" + "applicationUrl": "http://localhost:5000" }, "AMESCoreStudio.WebApi": { "commandName": "Project", diff --git a/AMESCoreStudio.Web/Properties/launchSettings.json b/AMESCoreStudio.Web/Properties/launchSettings.json index 98ba80a6..662a54c1 100644 --- a/AMESCoreStudio.Web/Properties/launchSettings.json +++ b/AMESCoreStudio.Web/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:26159", + "applicationUrl": "http://localhost:8080", "sslPort": 0 } }, diff --git a/AMESCoreStudio.WebApi/Properties/launchSettings.json b/AMESCoreStudio.WebApi/Properties/launchSettings.json index 656a44a8..a48f5a99 100644 --- a/AMESCoreStudio.WebApi/Properties/launchSettings.json +++ b/AMESCoreStudio.WebApi/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:5821", + "applicationUrl": "http://localhost:5000", "sslPort": 0 } }, @@ -16,7 +16,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5821" + "applicationUrl": "http://localhost:5000" }, "AMESCoreStudio.WebApi": { "commandName": "Project", diff --git a/AMESCoreStudio.WebApi/appsettings.json b/AMESCoreStudio.WebApi/appsettings.json index f1ff79da..49af1140 100644 --- a/AMESCoreStudio.WebApi/appsettings.json +++ b/AMESCoreStudio.WebApi/appsettings.json @@ -7,8 +7,8 @@ } }, "ConnectionStrings": { - "AMESContext": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.5)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=gdb)));User Id=JHSYS;Password=12345;", - "AMESContext2": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=61.216.68.18)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=cpadb)));User Id=JHSYS;Password=ASYS666;" + "AMESContext2": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.5)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=gdb)));User Id=JHSYS;Password=12345;", + "AMESContext": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=61.216.68.18)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=cpadb)));User Id=JHSYS;Password=ASYS666;" }, "AllowedHosts": "*" }