-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbasic.properties
More file actions
24 lines (16 loc) · 987 Bytes
/
basic.properties
File metadata and controls
24 lines (16 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LookAndFeelSettings.companyName;bootstrap=${LABKEY_COMPANY_NAME}
LookAndFeelSettings.reportAProblemPath;bootstrap=https://www.labkey.org/hosted-support.url
LookAndFeelSettings.systemDescription;bootstrap=${LABKEY_SYSTEM_DESCRIPTION}
LookAndFeelSettings.systemEmailAddress;bootstrap=${LABKEY_SYSTEM_EMAIL_ADDRESS}
LookAndFeelSettings.systemShortName;bootstrap=${LABKEY_SYSTEM_SHORT_NAME}
SiteSettings.siteFileRoot;bootstrap=${LABKEY_FILES_ROOT}
SiteSettings.baseServerURL;bootstrap=${LABKEY_BASE_SERVER_URL}
Authentication.DefaultDomain;bootstrap=${LABKEY_DEFAULT_DOMAIN}
SiteSettings.pipelineToolsDirectory;bootstrap=${LABKEY_HOME}
SiteSettings.sslPort;startup=${LABKEY_PORT}
SiteSettings.sslRequired;startup=true
SearchSettings.indexFilePath;bootstrap=${LABKEY_FILES_ROOT}/labkey_full_text_index
SiteSettings.readOnlyHttpRequestTimeout;startup=605
ExperimentalFeature.forwardCspReports;startup=true
ExperimentalFeature.extendedMetrics;startup=true
${LABKEY_STARTUP_BASIC_EXTRA}