baseurl config option
authorChristian Weiske <cweiske@cweiske.de>
Sat, 3 Dec 2016 12:15:48 +0000 (13:15 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 3 Dec 2016 12:15:48 +0000 (13:15 +0100)
data/config.php.dist

index 9bd10e4a6d3eb3ff423cef61811aafcb6822c10c..181c525320c974b6d4b55f1e71855fb201a094bb 100644 (file)
@@ -2,6 +2,8 @@
 $GLOBALS['phinde'] = array(
     //name of the app in the frontend
     'apptitle' => 'website search',
 $GLOBALS['phinde'] = array(
     //name of the app in the frontend
     'apptitle' => 'website search',
+    //needed for websub
+    'baseurl' => 'http://phinde.example.org/',
     'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
     //whitelist of domains that shall be crawled
     'domains' => array(
     'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
     //whitelist of domains that shall be crawled
     'domains' => array(