We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd7d12 commit c5f1bc0Copy full SHA for c5f1bc0
quickstart_envs.sh
@@ -3,7 +3,7 @@
3
# example minimal set of environment variables to get started - see readme for additional envs you may wish to set
4
5
# embedded tomcat LabKey .jar version to build container with
6
-export LABKEY_VERSION="24.6"
+export LABKEY_VERSION="24.11"
7
8
# minimal SMTP settings
9
export SMTP_HOST="localhost"
startup/basic.properties
@@ -14,7 +14,6 @@ SiteSettings.pipelineToolsDirectory;bootstrap=${LABKEY_HOME}
14
15
SiteSettings.sslPort;startup=${LABKEY_PORT}
16
SiteSettings.sslRequired;startup=true
17
-FileLinkMetrics.EnableFileLinkMetricsTask;startup=true
18
19
SearchSettings.indexFilePath;bootstrap=${LABKEY_FILES_ROOT}/labkey_full_text_index
20
0 commit comments