diff --git a/gehGassi.Persistence/appsettings.json b/gehGassi.Persistence/appsettings.json index dfbd2e7..b05000d 100644 --- a/gehGassi.Persistence/appsettings.json +++ b/gehGassi.Persistence/appsettings.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "SqlDbContext": "data source=.\\SQLEXPRESS;Database=gehGassi;Trusted_Connection=true;MultipleActiveResultSets=true;" + "SqlDbContext": "data source=.\\SQLEXPRESS;Database=gehGassi_2023;Trusted_Connection=true;MultipleActiveResultSets=true;" } } \ No newline at end of file diff --git a/gehGassi.Web/Properties/launchSettings.json b/gehGassi.Web/Properties/launchSettings.json index d613414..5fb7825 100644 --- a/gehGassi.Web/Properties/launchSettings.json +++ b/gehGassi.Web/Properties/launchSettings.json @@ -13,7 +13,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000" } }, "iisSettings": { diff --git a/gehGassi.Web/appsettings.json b/gehGassi.Web/appsettings.json index 495b8d7..10a3984 100644 --- a/gehGassi.Web/appsettings.json +++ b/gehGassi.Web/appsettings.json @@ -1,7 +1,7 @@ { "AzureWebJobsDashboard": "", "ConnectionStrings": { - "SqlDbContext": "" + "SqlDbContext": "data source=.\\SQLEXPRESS;Database=gehGassi_2023;Trusted_Connection=true;MultipleActiveResultSets=true;Column Encryption Setting = Enabled;Encrypt=False" }, "Logging": { "LogLevel": { @@ -68,7 +68,7 @@ "fido2": { "serverDomain": "localhost", "serverName": "gehGassiLocal", - "origin": "https://localhost:44363", + "origin": "https://localhost:5001", "timestampDriftTolerance": 300000, "MDSAccessKey": null },