mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 04:58:59 +00:00
(search) Add separate websiteUrl property to legacy service
This commit is contained in:
parent
55933f8d40
commit
6a6318d04c
@ -14,7 +14,7 @@ public class SearchModule extends AbstractModule {
|
||||
bind(LanguageModels.class).toInstance(WmsaHome.getLanguageModels());
|
||||
|
||||
bind(WebsiteUrl.class).toInstance(new WebsiteUrl(
|
||||
System.getProperty("search.websiteUrl", "https://search.marginalia.nu/")));
|
||||
System.getProperty("search.legacyWebsiteUrl", "https://old-search.marginalia.nu/")));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user