Little to deploy on Prod
This commit is contained in:
@@ -85,8 +85,6 @@ namespace skydiveLogs_api
|
||||
}
|
||||
|
||||
app.UseCors();
|
||||
|
||||
//app.UseHttpsRedirection();
|
||||
app.UseAuthentication();
|
||||
|
||||
app.UseMvc();
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
},
|
||||
"Cors": {
|
||||
"FrontUrl": "https://skydivelogsangular.z6.web.core.windows.net"
|
||||
"FrontUrl": "https://divelog.sebastienandre.com"
|
||||
},
|
||||
"JWT": {
|
||||
"Issuer": "NoIdea",
|
||||
|
||||
Reference in New Issue
Block a user