7a5a2110c6
Build and Deploy to Production / build-and-deploy (push) Failing after 19m58s
- Introduced SEO settings in appsettings.Production.json, including SiteUrl, SiteName, and DefaultDescription. - These additions enhance the application's search engine optimization capabilities, improving visibility and user engagement.
24 lines
678 B
JSON
24 lines
678 B
JSON
{
|
|
"GwUrl": "https://cms.kbs2.ir",
|
|
"DownloadUrl": "",
|
|
"EncryptionSettings": {
|
|
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
|
|
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
|
|
},
|
|
"SignalR": {
|
|
"HubPath": "/hubs/token-notification"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Seo": {
|
|
"SiteUrl": "https://kbs2.ir",
|
|
"SiteName": "کارابازار سلامت",
|
|
"DefaultDescription": "باشگاه مشتریان کارابازار سلامت (KBS) — فروشگاه محصولات سلامت، پاداش شفاف، کیف پول و شبکه فروش."
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|