2018-10-04 21:13:32 +02:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
2018-10-06 02:05:00 +02:00
|
|
|
"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
|
|
|
}
|