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