6b5d81231f6dcb4895d9522b80b2552711a4e87e max Tue Aug 6 03:22:14 2024 -0700 adding resolvPrefix to our hg.conf statements for the udc resolver, refs #34240 diff --git src/product/ex.hg.conf src/product/ex.hg.conf index 3f0af84..85ccbb2 100644 --- src/product/ex.hg.conf +++ src/product/ex.hg.conf @@ -670,31 +670,35 @@ # Provides support for svgBarCharts in hgc. Needed for certain bar chart hgc images to display # svgBarChart=on/off # show a link on hgTracks at the top-right #survey=http://www.sco.com #surveyLabel=Link to some Unix company # Like the above, but not in yellow and just for a database #wuhCor1_TopLink=http://genome.ucsc.edu/goldenPath/help/covidBrowserIntro.html #wuhCor1_TopLinkLabel=Quick start guide # Similar to a survey link, but you can add a piece of html and configure everything yourself #hgTracksNoteHtml=<span style="color:yellow">Some text</span> # Configure a program to resolve cloud URLs to HTTP URLs. See mirrorManual.txt for details. +# need to specify either resolvProts or resolvPrefix. resolvPrefix exists for cases where the +# URL rewriting system does not use a protocol, but uses a fixed https://xxx domain instead. +# resolvCmd gets run in both cases and must return the final URL to stdout on a single line. #resolvProts=fs,drs +#resolvPrefix=https://myapp.okta.com #resolvCmd=/var/www/tools/urlResolver /var/www/tools/config # user-specific CSS files that can be activated via the configuration menu. # Not active on our main site and still under development # The format is browser.theme.<numberForSorting>.<labelUnderscoresAreSpaces>=<filenameInStyleDirectory> # A filename of "<>" means "no file", just the default CSS settings. #browser.theme.1.Default=<> #browser.theme.2.Classic=theme-classic.css #browser.theme.3.Sans_Serif=theme-modern.css #browser.theme.4.Light_Blue=theme-lightBlue.css #browser.theme.5.Dark=theme-dark.css # print the javascript includes to the following external javascript libraries that allow # the interactive tutorial to work: # https://cdn.jsdelivr.net/npm/shepherd.js@11.0.1/dist/css/shepherd.css