Page MenuHomePhabricator

Make service URIs configurable
Closed, ResolvedPublic

Description

Right now in many places of WDQS service the URIs used are hardcoded for www.wikidata.org. This should be changed to allow people to configure their own URI bases.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Smalyshev triaged this task as Medium priority.Apr 7 2016, 9:25 PM

The URI base (host) will be configured by Java property wikibaseHost, e.g.:

runUpdate.sh -- -DwikibaseHost=my.wikibase.com

Note that same host should be used for Blazegraph, Updater & Munger.

Change 283004 had a related patch set uploaded (by Smalyshev):
Make Wikibase URIs configurable

https://gerrit.wikimedia.org/r/283004

Change 283004 merged by jenkins-bot:
Make Wikibase URIs configurable

https://gerrit.wikimedia.org/r/283004