diff --git a/src/FrontOffice.Main/appsettings.Production.json b/src/FrontOffice.Main/appsettings.Production.json index 6ef235b..7383386 100644 --- a/src/FrontOffice.Main/appsettings.Production.json +++ b/src/FrontOffice.Main/appsettings.Production.json @@ -14,5 +14,10 @@ "Microsoft.AspNetCore": "Warning" } }, + "Seo": { + "SiteUrl": "https://kbs2.ir", + "SiteName": "کارابازار سلامت", + "DefaultDescription": "باشگاه مشتریان کارابازار سلامت (KBS) — فروشگاه محصولات سلامت، پاداش شفاف، کیف پول و شبکه فروش." + }, "AllowedHosts": "*" }