{ "Logging": { "LogLevel": { "Default": "Warning", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning", "Lactose": "Information" } }, "AllowedHosts": "*", "CorsAllowedOrigins": [ "*" ], "DatabaseCredentials": { "UserID": "root", "Password": "testOnlyDb", "Database": "TestDb", "connString":"Server=127.0.0.1;Port=3306;Database=TestDb;User Id=root;Password=testOnlyDb;" }, "DatabaseAddress": { "Host": "localhost", "Port": 3306 }, "SignKey": { "Key": "32_CHARACTERS_KEY_IS_REQUIRED_TO_WORK" } }