redirects all repo requests to our instead of packages

This commit is contained in:
perploug
2013-11-14 09:04:10 +01:00
parent 8dab2148f1
commit bf93d773a8
5 changed files with 24 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
set { base["guid"] = value; }
}
[ConfigurationProperty("repositoryurl", DefaultValue = "http://packages.umbraco.org")]
[ConfigurationProperty("repositoryurl", DefaultValue = "http://our.umbraco.org")]
public string RepositoryUrl
{
get { return (string)base["repositoryurl"]; }