65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"App": {
|
|
"Name": "QR Rapido",
|
|
"BaseUrl": "https://qrrapido.site",
|
|
"TaglinePT": "Gere QR codes em segundos!",
|
|
"TaglineES": "¡Genera códigos QR en segundos!",
|
|
"TaglineEN": "Generate QR codes in seconds!",
|
|
"Version": "1.0.0"
|
|
},
|
|
"ConnectionStrings": {
|
|
},
|
|
"Authentication": {
|
|
"Google": {
|
|
"ClientId": "your-google-client-id",
|
|
"ClientSecret": "your-google-client-secret"
|
|
},
|
|
"Microsoft": {
|
|
"ClientId": "your-microsoft-client-id",
|
|
"ClientSecret": "your-microsoft-client-secret"
|
|
}
|
|
},
|
|
"Stripe": {
|
|
"PublishableKey": "pk_test_xxxxx",
|
|
"SecretKey": "sk_test_xxxxx",
|
|
"WebhookSecret": "whsec_xxxxx",
|
|
"PriceId": "price_xxxxx"
|
|
},
|
|
"AdSense": {
|
|
"ClientId": "ca-pub-XXXXXXXXXX",
|
|
"Enabled": true
|
|
},
|
|
"Performance": {
|
|
"QRGenerationTimeoutMs": 2000,
|
|
"CacheExpirationMinutes": 60,
|
|
"MaxConcurrentGenerations": 100
|
|
},
|
|
"HistoryCleanup": {
|
|
"GracePeriodDays": 7,
|
|
"CleanupIntervalHours": 6
|
|
},
|
|
"Premium": {
|
|
"FreeQRLimit": 10,
|
|
"PremiumPrice": 19.90,
|
|
"Features": {
|
|
"UnlimitedQR": true,
|
|
"DynamicQR": true,
|
|
"NoAds": true,
|
|
"PrioritySupport": true,
|
|
"AdvancedAnalytics": true,
|
|
"SpeedBoost": true
|
|
}
|
|
},
|
|
"SEO": {
|
|
"KeywordsPT": "qr rapido, gerador qr rapido, qr code rapido, codigo qr rapido, qr gratis rapido",
|
|
"KeywordsES": "qr rapido, generador qr rapido, codigo qr rapido, qr gratis rapido",
|
|
"KeywordsEN": "fast qr, quick qr generator, rapid qr code, qr code generator"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |