add sanity check for SELF_URL_PATH being kept at default value (refs #349)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
define('DB_PASS', "XXXXXX");
|
||||
//define('DB_PORT', '5432'); // when neeeded, PG-only
|
||||
|
||||
define('SELF_URL_PATH', 'http://localhost/tt-rss');
|
||||
define('SELF_URL_PATH', 'http://local.host/tt-rss');
|
||||
// Full URL of your tt-rss installation. You need to set this option
|
||||
// correctly for tt-rss to function properly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user