S.No. | Description | Variable | Default Value | File Name |
---|
1 | | dataFolder | "/App_Data" | Sitecore.config |
2 | | mediaFolder | "/upload" | Sitecore.config |
3 | | tempFolder | "/temp" | Sitecore.config |
4 | | defaultDatabaseConnectionStringName | "master" | Sitecore.config |
5 | role:require="ContentDelivery or ContentManagement or XMCloud" | defaultDatabaseConnectionStringName | web | Sitecore.config |
6 | | defaultContentDatabaseName | "master" | Sitecore.config |
7 | role:require="ContentDelivery" | defaultContentDatabaseName | web | Sitecore.config |
8 | | defaultLinkDatabaseConnectionStringName | "core" | Sitecore.Variables.config |
9 | role:require="ContentDelivery or ContentManagement or XMCloud" | defaultLinkDatabaseConnectionStringName | web | Sitecore.Variables.config |
10 | IDENTITY 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 |
11 | LOGIN 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 | |
12 | | identityServerAuthority | "https://sc104siaidentityserver.dev.local" | Sitecore.Owin.Authentication.IdentityServer.config |