Untitled
unknown
plain_text
2 years ago
2.3 kB
2
Indexable
Never
{ "$schema": "./umbraco/config/appsettings-schema.json", "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "System": "Warning" } } }, "ConnectionStrings": { "umbracoDbDSN": "server=LAPTOP-6G4G9CQD;database=forsyningen;User Id=umbracosites;Password=zBPL8YDrz5wFa6S" }, "Umbraco": { "CMS": { "Global": { "UseHttps": true, "NoNodesViewPath": "~/umbraco/UmbracoWebsite/Deploy/NoNodes.cshtml", "VersionCheckPeriod": 0, "Id": "a995aed1-af43-436c-b700-75717c948dc4", "Smtp": { "From": "noreplykundeservice@forsyningen.dk", "Host": "smtp.office365.com", "Username": "noreplykundeservice@forsyningen.dk", "Password": "NoRepKunde845", "Port": 587, "SecureSocketOptions": "StartTls" } }, "Tours": { "EnableTours": false }, "ModelsBuilder": { "ModelsMode": "SourceCodeAuto", "ModelsNamespace": "ClientiBaseline.Models.Umbraco", "AcceptUnsafeModelsDirectory": true, "ModelsDirectory": "~/../ClientiBaseline.Models/Umbraco" }, "Imaging": { "Cache": { "BrowserMaxAge": "180.00:00:00" } }, "RuntimeMinification": { "useInMemoryCache": false, "Version": "1350" }, "Content": { "ContentVersionCleanupPolicy": { "EnableCleanup": true, "KeepAllVersionsNewerThanDays": 30, "KeepLatestVersionPerDayForDays": 90 } }, "WebRouting": { "DisableRedirectUrlTracking": true }, "Runtime": { "MaxRequestLength": 100000 } }, "Forms": { "FieldTypes": { "Recaptcha3": { "SiteKey": "6LeF1A8gAAAAAFCNF3QbTfNS4vAw3pAp8gVzSoWQ", "PrivateKey": "6LeF1A8gAAAAAPbhm4dA_j12f8eTXr8aLkD9lTeU" } } } }, "Search": { "ComponentsField": "components", "CleanComponentsField": "cleanedComponents", "IncludedSearchFields": "cleanedComponents,nodeName,name,title,headline", "IncludedDocTypes": "standardPage,privacy,frontPage,newsItem,news,employees", "LowPrioFields": "", "LowPrioFieldsBoost": "0.1", "HighPrioFields": "cleanedComponents", "HighPrioFieldsBoost": "2", "HideInSearchAlias": "hideFromSearch", "FuzzyValue": "2", "ScoreThreshold": "0.125" } }