Update default API url

This commit is contained in:
Will Anderson
2015-10-02 13:23:26 -07:00
parent fe6a9d827b
commit c72f4ff88d

View File

@@ -13,7 +13,7 @@ NSMutableDictionary *configuration;
NSString *deploymentKey = [infoDictionary objectForKey:@"CodePushDeploymentKey"];
NSString *serverUrl = [infoDictionary objectForKey:@"CodePushServerUrl"];
if (!serverUrl) {
serverUrl = @"http://localhost:3000/";
serverUrl = @"https://codepush.azurewebsites.net/";
}
NSString *rootComponent = [infoDictionary objectForKey:@"CFBundleName"];
@@ -82,4 +82,4 @@ NSMutableDictionary *configuration;
return configuration;
}
@end
@end