Set remoteReportDirURL to Stash custom_served_folders URL

This commit is contained in:
Chris King
2025-02-16 02:13:19 -08:00
parent fae44f7678
commit 6ef3c77735

View File

@@ -50,7 +50,7 @@ report_config = {
# If enabled, create an HTML report when tagging duplicate files
"createHtmlReport" : True,
# To use a private or an alternate site to access report and advance menu
"remoteReportDirURL" : "https://stash.axter.com/1.1/",
"remoteReportDirURL" : "https://stash.tremendousturtle.tools/custom/",
# To use a private or an alternate site to access jquery, easyui, and jquery.prompt
"js_DirURL" : "https://www.axter.com/js/",
}