DotNetCore 2.1 -> 2.0

Certificate
Kettel instead of IISExpress
This commit is contained in:
2018-10-06 02:05:00 +02:00
parent bb6b5ee4dd
commit a44cd1321a
11 changed files with 57 additions and 26 deletions

View File

@@ -4,5 +4,11 @@
"Default": "Warning"
}
},
"AllowedHosts": "*"
"certificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}