From a98cd5c5264a482bb2d6daf3b3dbedf32c5a1d8e Mon Sep 17 00:00:00 2001
From: Thomas Renard <cybaer42@web.de>
Date: Thu, 27 Dec 2012 13:08:23 +0100
Subject: [PATCH] OWNCLOUD_URL parameter in config.php-dist

---
 config.php-dist | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config.php-dist b/config.php-dist
index e0949c61e..db6ec661f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -176,6 +176,11 @@
 	// 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).
-- 
GitLab