Modernize Arcanist documentation

Summary: Change `project_id` to `project.name` and `conduit_uri` to `phabricator.uri`.

Test Plan: `grep`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9736
This commit is contained in:
Joshua Spence
2014-06-26 11:56:17 +10:00
parent 1abd74459f
commit 30f46e598b
4 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ to lowest priority:
running `bin/config`.
- **Config Files**: Values are stored in a config file in `conf/`. The file
to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the
PHABRICATOR_ENV configuration variable. See below for more information.
`PHABRICATOR_ENV` configuration variable. See below for more information.
- **Defaults**: Defaults hard-coded in the Phabricator source, which can not
be edited. They have the lowest priority, and all other settings override
them.