Skip to content
Snippets Groups Projects
Commit f92b5a25 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

update appstore api url

parent 5665686d
Branches
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -37,7 +37,7 @@ class OC_OCSClient{
*/
private static function getAppStoreURL() {
if(OC_Util::getEditionString()===''){
$default='http://api.apps.owncloud.com/v1';
$default='https://api.owncloud.com/v1';
}else{
$default='';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment