(search) Add separate websiteUrl property to legacy service

This commit is contained in:
Viktor Lofgren 2025-01-06 16:26:08 +01:00
parent 55933f8d40
commit 6a6318d04c

View File

@ -14,7 +14,7 @@ public class SearchModule extends AbstractModule {
bind(LanguageModels.class).toInstance(WmsaHome.getLanguageModels()); bind(LanguageModels.class).toInstance(WmsaHome.getLanguageModels());
bind(WebsiteUrl.class).toInstance(new WebsiteUrl( bind(WebsiteUrl.class).toInstance(new WebsiteUrl(
System.getProperty("search.websiteUrl", "https://search.marginalia.nu/"))); System.getProperty("search.legacyWebsiteUrl", "https://old-search.marginalia.nu/")));
} }
} }