Little to deploy on Prod

This commit is contained in:
Sébastien André
2020-04-04 16:02:47 +02:00
parent 8abeec6664
commit 5d6e59b827
3 changed files with 2 additions and 4 deletions

View File

@@ -85,8 +85,6 @@ namespace skydiveLogs_api
} }
app.UseCors(); app.UseCors();
//app.UseHttpsRedirection();
app.UseAuthentication(); app.UseAuthentication();
app.UseMvc(); app.UseMvc();

View File

@@ -1,7 +1,7 @@
{ {
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Debug",
"System": "Information", "System": "Information",
"Microsoft": "Information" "Microsoft": "Information"
} }

View File

@@ -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",