Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json
Darkstack a44cd1321a DotNetCore 2.1 -> 2.0
Certificate
Kettel instead of IISExpress
2018-10-06 02:05:00 +02:00

15 lines
289 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"certificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}