Topic on Extension talk:Wikibase Client

How set up Wikibase client to another DB server

1
31.44.94.162 (talkcontribs)

I have my own installation of wikidata. I want to connect it to my wiki. But in the configs I see only direct access to the database on the server of the main wiki - repoDatabase. How can I specify a different DB server?

$wgWBClientSettings['entitySources'] = [ 'local' => [ 'entityNamespaces' => [ 'item' => 0, 'property' => 120, 'lexeme' => 146, ], 'repoDatabase' => "wikidata", //'repoDatabase' => false, 'baseUri' => 'my-dat/entity/', 'rdfNodeNamespacePrefix' => 'wd', 'rdfPredicateNamespacePrefix' => , 'interwikiPrefix' => 'd', ], ];

Reply to "How set up Wikibase client to another DB server"