Global Settings
Information on the global settings section
"Umbraco": {
"CMS": {
"Global": {
"ReservedUrls": "~/.well-known,",
"ReservedPaths": "~/app_plugins/,~/install/,~/mini-profiler-resources/,~/umbraco/,",
"TimeOut": "00:20:00",
"DefaultUILanguage": "en-US",
"HideTopLevelNodeFromPath": true,
"UseHttps": true,
"VersionCheckPeriod": 7,
"IconsPath": "~/umbraco/assets/icons",
"UmbracoCssPath": "~/css",
"UmbracoScriptsPath": "~/scripts",
"UmbracoMediaPath": "~/media",
"UmbracoMediaPhysicalRootPath": "X:/Shared/Media",
"InstallMissingDatabase": false,
"DisableElectionForSingleServer": false,
"DatabaseFactoryServerVersion": "SqlServer.V2019",
"MainDomLock": "FileSystemMainDomLock",
"MainDomKeyDiscriminator": "",
"Id": "184a8175-bc0b-43dd-8267-d99871eaec3d",
"NoNodesViewPath": "~/umbraco/UmbracoWebsite/NoNodes.cshtml",
"Smtp": {
"From": "[email protected]",
"Host": "localhost",
"Port": 25,
"SecureSocketOptions": "Auto",
"DeliveryMethod": "Network",
"PickupDirectoryLocation": "",
"Username": "[email protected]",
"Password": "SuperSecretPassword",
"EmailExpiration": null,
},
"DatabaseServerRegistrar": {
"WaitTimeBetweenCalls": "00:01:00",
"StaleServerTimeout": "00:02:00"
},
"DatabaseServerMessenger": {
"MaxProcessingInstructionCount": 1000,
"TimeToRetainInstructions": "2.00:00:00",
"TimeBetweenSyncOperations": "00:00:05",
"TimeBetweenPruneOperations": "00:01:00"
},
"DistributedLockingMechanism": "",
"DistributedLockingReadLockDefaultTimeout": "00:01:00",
"DistributedLockingWriteLockDefaultTimeout": "00:00:05",
}
}
}Root level settings
Reserved urls
Reserved paths
Timeout
Default UI language
Hide top level nodes from path
Use https
Version check period
Icons path
Umbraco CSS path
Umbraco scripts path
Umbraco media path
Umbraco media physical root path
Install missing database
Disable election for single server
Database factory version
Main dom lock
Main dom key discriminator
Main dom release signal polling interval
Id
No nodes view path
SMTP settings
From
Host
Port
Username
Password
Secure socket options
Delivery method
Pickup directory location
Email expiration
Database server registrar settings
Wait time between calls
Stale server timeout
Database server messenger
Max processing instruction
Time to retain instructions
Time between sync operations
Time between prune operations
Distributed Locking Mechanism
Distributed Read Lock DefaultTimeout
Distributed Write Lock DefaultTimeout
Last updated
Was this helpful?