Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json

15 lines
289 B
JSON
Raw Normal View History

2018-10-04 21:13:32 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"certificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
2018-10-04 21:13:32 +02:00
}