{ "Logging": { "LogLevel": { "Default": "Warning" } }, "CertificateSettings": { "fileName": "localhost.pfx", "password": "YourSecurePassword" }, "MySql": { "Server": "host", "Database": "database", "User": "User", "Password": "Password" }, "AllowedHosts": "*", "Port": 5000, "JWTTokenSecret": "here goes the custom Secret key for authnetication" }