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