{ "ConnectionStrings": { "DefaultConnection": "Data Source=littleshop-dev.db" }, "Jwt": { "Key": "DEVELOPMENT_USE_DOTNET_USER_SECRETS_OR_ENV_VAR", "Issuer": "LittleShop-Dev", "Audience": "LittleShop-Dev", "ExpiryInHours": 2 }, "SilverPay": { "BaseUrl": "http://localhost:8001", "ApiKey": "sp_test_key_development", "WebhookSecret": "webhook_secret_dev", "DefaultWebhookUrl": "http://localhost:5000/api/orders/payments/webhook", "AllowUnsignedWebhooks": true }, "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Information", "LittleShop": "Debug" } }, "Security": { "AllowInsecureSSL": true, "EnableDetailedErrors": true }, "CORS": { "AllowedOrigins": [ "http://localhost:3000", "http://localhost:5173", "http://localhost:5000", "http://localhost:5001", "https://localhost:5001", "http://localhost:8080" ] }, "TeleBot": { "ApiUrl": "http://localhost:8080", "ApiKey": "development-key-replace-in-production" } }