]> git.wh0rd.org Git - tt-rss.git/commitdiff
OWNCLOUD_URL parameter in config.php-dist
authorThomas Renard <cybaer42@web.de>
Thu, 27 Dec 2012 12:08:23 +0000 (13:08 +0100)
committerThomas Renard <cybaer42@web.de>
Thu, 27 Dec 2012 12:08:23 +0000 (13:08 +0100)
config.php-dist

index e0949c61e089bc8b514e03bccd4f860da8b4da06..db6ec661f8e8702d1c40d8d3579fc94e2a3b4095 100644 (file)
        // Displays an URL for users to provide feedback or comments regarding
        // this instance of tt-rss. Can lead to a forum, contact email, etc.
 
+       define('OWNCLOUD_URL', '');
+       // owncloud-plugin:
+       // This is the base url of your owncloud server as called from the browser
+        // Actually this is a server global parameter only
+
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).