There's a tool written in Rust that I'm trying to activate on an additional site. It's basically doiung text manipulation and API calls.
My question is: somewhere in its github files, it's being configured to run only on a few different language wikipedias, wikicommons, wikispecies and wikisource. I want to also add Wikiversity to that list. However I don't speak enough Rust to work out what needs to be changed.
After a cursory look at a small portion of the code, based upon some searches, I am left with the impression that the relevant wiki URLs are loaded from the MySQL database.
The configuration options exposed include the hostname, meaning it would be possible to configure the code to use a local database, (with localhost etc.), or a remote one. So, unfortunately, I can't say from looking at the code how someone would have configured it.