15 lines
289 B
JSON
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"
|
|
}
|