summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-13 22:15:42 +0400
committerAndrew Dolgov <[email protected]>2013-07-13 22:15:42 +0400
commite8463701dbd4b7d3c77d90a47ad7c6873487eafb (patch)
treea466dafb0ec7947d062d2ef2e40d671226182b49 /config.php-dist
parent12d17734f62ff83a5fd2d82c69c617c3f0d9008d (diff)
parent30604de7264a97d2a3416e13ac55230cd583162b (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 1fdec26e4..0d1bfbc01 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -18,9 +18,9 @@
// *** Basic settings (important!) ***
// ***********************************
- define('SELF_URL_PATH', 'http://yourserver/tt-rss/');
+ define('SELF_URL_PATH', 'http://example.org/tt-rss/');
// Full URL of your tt-rss installation. This should be set to the
- // location of tt-rss directory, e.g. http://yourserver/tt-rss/
+ // location of tt-rss directory, e.g. http://example.org/tt-rss/
// You need to set this option correctly otherwise several features
// including PUSH, bookmarklets and browser integration will not work properly.