Add base URL to Mediawiki Hubot extension

Fixes #5
This commit is contained in:
Greg Karékinian
2016-05-06 16:40:37 +02:00
parent da39a04552
commit 3da46705ba
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ if (!isset($hpc_attached)) die();
##################
// REQUIRED
// URL of your MediaWiki installation incl. the trailing /.
$wgWikiUrl = "";
$wgWikiUrl = "<%= @wiki_url %>";
// Wiki script name. Leave this to default one if you do not have URL rewriting enabled.
$wgWikiUrlEnding = "index.php?title=";
// OPTIONAL