diff --git a/Back/skydiveLogs-api/Startup.cs b/Back/skydiveLogs-api/Startup.cs index 8d9ab2b..588c297 100644 --- a/Back/skydiveLogs-api/Startup.cs +++ b/Back/skydiveLogs-api/Startup.cs @@ -85,8 +85,6 @@ namespace skydiveLogs_api } app.UseCors(); - - //app.UseHttpsRedirection(); app.UseAuthentication(); app.UseMvc(); diff --git a/Back/skydiveLogs-api/appsettings.Development.json b/Back/skydiveLogs-api/appsettings.Development.json index f80833b..97fbce5 100644 --- a/Back/skydiveLogs-api/appsettings.Development.json +++ b/Back/skydiveLogs-api/appsettings.Development.json @@ -1,7 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Debug", "System": "Information", "Microsoft": "Information" } diff --git a/Back/skydiveLogs-api/appsettings.Release.json b/Back/skydiveLogs-api/appsettings.Release.json index e1c309b..389a653 100644 --- a/Back/skydiveLogs-api/appsettings.Release.json +++ b/Back/skydiveLogs-api/appsettings.Release.json @@ -5,7 +5,7 @@ } }, "Cors": { - "FrontUrl": "https://skydivelogsangular.z6.web.core.windows.net" + "FrontUrl": "https://divelog.sebastienandre.com" }, "JWT": { "Issuer": "NoIdea",