Phabricator connectivity

In order for its-phabricator to connect to your Phabricator instance, url (without trailing “/api”, “/conduit” or some such), and certificate are required in your site’s etc/gerrit.config or etc/secure.config under the its-phabricator section.

Example:

[its-phabricator]
  url = http://my.phabricator.instance.example.org
  token = TOKEN_AS_DESCRIBED_BELOW

You can get your token by going to http://my.phabricator.instance.example.org/conduit/login/ Tokens typically start in cli- and are followed by letters and digits, as for example cli-zoenau772kfsrofqxt7cn55q4rng.

Back to its-phabricator documentation index