diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-12-03 13:15:48 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-12-03 13:15:48 +0100 |
| commit | bd82ff44d718735b6d8d58e049f046c62f6d2e2f (patch) | |
| tree | 21814299b12d0cb6c9bdaea659739b63174b5e52 | |
| parent | acf02a1269b9c191a66a7ea476f11d53d4ad0c08 (diff) | |
| download | phinde-bd82ff44d718735b6d8d58e049f046c62f6d2e2f.tar.gz phinde-bd82ff44d718735b6d8d58e049f046c62f6d2e2f.zip | |
baseurl config option
| -rw-r--r-- | data/config.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 9bd10e4..181c525 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -2,6 +2,8 @@ $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( |
