Sitecore Variable list

v10.4.0 / xp0
S.No.DescriptionVariableDefault ValueFile Name
1dataFolder"/App_Data"Sitecore.config
2mediaFolder"/upload"Sitecore.config
3tempFolder"/temp"Sitecore.config
4defaultDatabaseConnectionStringName"master"Sitecore.config
5role:require="ContentDelivery or ContentManagement or XMCloud"defaultDatabaseConnectionStringNamewebSitecore.config
6defaultContentDatabaseName"master"Sitecore.config
7role:require="ContentDelivery"defaultContentDatabaseNamewebSitecore.config
8defaultLinkDatabaseConnectionStringName"core"Sitecore.Variables.config
9role:require="ContentDelivery or ContentManagement or XMCloud"defaultLinkDatabaseConnectionStringNamewebSitecore.Variables.config
10IDENTITY PROCESSING PATH PREFIX variable Specifies the path prefix that should only be processed by OWIN middlewares. Paths that start with this prefix will not be handled by httpRequestBegin pipeline.identityProcessingPathPrefix"/identity/"Sitecore.Owin.Authentication.config
11LOGIN PATH variable Specifies the login path prefix for federated authentication. It should be used in the site nodes in the loginPage attribute. The full login path must have this structure: $(loginPath)site_name/identity_provider or $(loginPath)site_name/identity_provider/inner_identity_provider, The site_name must have the name attribute value of the site node where the login path is set. The identity_provider must have the id attribute value of the configured identity provider that you want to use. The inner_identity_provider must be equal to the name or AuthenticationScheme of the underlying identity provider in the identity_provider. Note: The inner_identity_provider value is sent to the identity_provider as an acr_value - idp:inner_identity_provider. Thus, identity_provider have to support acr_value. Examples: loginPath"$(identityProcessingPathPrefix)login/"Sitecore.Owin.Authentication.config
12identityServerAuthority"https://sc104siaidentityserver.dev.local"Sitecore.Owin.Authentication.IdentityServer.config