1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-18 06:38:50 +02:00

Arcanist Update .arcconfig to point to we.phorge.it

Summary:
Updated .arcconfig to we.phorge.it

Refs T15006

I would also note, I created this revision using the container setup developed by @willson556 mentioned in T15011#370 and it worked great!

Test Plan:
Ran `arc install-certificate` and was able to get token from the right place and install it

Ran `arc which` saw that it identified `we.phorge.it`

Reviewers: speck, avivey, tobiaswiese, O1 Blessed Committers, eax, #blessed_committers

Reviewed By: speck, avivey, tobiaswiese, O1 Blessed Committers, eax, #blessed_committers

Subscribers: deadalnix, chris, willson556, speck

Maniphest Tasks: T15006

Differential Revision: https://we.phorge.it/D25003
This commit is contained in:
ekubischta 2021-06-19 16:38:07 +00:00
parent 246e604a07
commit cf4b14fcbf

View file

@ -1,5 +1,5 @@
{ {
"phabricator.uri": "https://secure.phabricator.com/", "phabricator.uri": "https://we.phorge.it/",
"load": [ "load": [
"src/" "src/"
], ],