{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Information" } }, "ConnectionStrings": { "DefaultConnection": "Data source=ecommerce.db", "IdentityConnection": "Data source=indentity.db", "Redis": "localhost" }, "Token": { "Key": "super secret key", "Issuer": "https://localhost:5001" }, "ApiUrl": "https://localhost:5001/" }