summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2014-07-17 21:52:14 -0400
committerFrank Karlitschek <frank@owncloud.org>2014-07-17 21:52:14 -0400
commitef202509f3668d2625078b2fe55db0d505b5c537 (patch)
treeadb6beb085717a487cba9a839f40bad7f59e7e63 /config
parentcce2cb578f5120cc8baaca5342c3ed44ca302671 (diff)
downloadnextcloud-server-ef202509f3668d2625078b2fe55db0d505b5c537.tar.gz
nextcloud-server-ef202509f3668d2625078b2fe55db0d505b5c537.zip
update upstore api urlv7.0.0RC3
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 1bfae366fff..24c1579badf 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -88,7 +88,7 @@ $CONFIG = array(
"appstoreenabled" => true,
/* URL of the appstore to use, server should understand OCS */
-"appstoreurl" => "http://api.apps.owncloud.com/v1",
+"appstoreurl" => "https://api.owncloud.com/v1",
/* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */
"mail_domain" => "example.com",