From 9c48de28f170a1322ddabe46b0987e7b3a4887b6 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 7 Feb 2011 21:57:42 -0800 Subject: [PATCH] Point Phabricator at the meta-install. Summary: Test Plan: Reviewers: CC: --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 7a3efdff76..62d9212f45 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,6 +1,6 @@ { "project_id" : "phabricator", - "conduit_uri" : "http://local.aphront.com/api/", + "conduit_uri" : "https://secure.phabricator.com/api/", "lint_engine" : "PhutilLintEngine", "unit_engine" : "PhutilUnitTestEngine", "copyright_holder" : "Facebook, Inc.",