{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "YOUR_DATABASE_CONNECTION_STRING_HERE" }, "Stripe": { "PublishableKey": "pk_test_YOUR_KEY_HERE", "SecretKey": "sk_test_YOUR_KEY_HERE" }, "Resend": { "ApiKey": "re_YOUR_API_KEY_HERE" } }