diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-04-06 10:08:29 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-06 10:09:06 -0700 |
commit | 08cc8f8651098bc4aae2354915f97816723a41ad (patch) | |
tree | d5c0a1abcb2a68810a9dccdd2518875b8763e159 /.arcconfig | |
parent | e0c8ab4c792c3ded7f4189a890a1cc7ab18e76e0 (diff) | |
download | efl-08cc8f8651098bc4aae2354915f97816723a41ad.tar.gz |
arc: update config to use current config value names
Summary: Depends on D5867
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5868
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig index 2179df69b6..d62145a20d 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,6 @@ { "project_id" : "efl", - "conduit_uri" : "https://phab.enlightenment.org/" + "projects" : "efl", + "conduit_uri" : "https://phab.enlightenment.org/", + "phabricator.uri" : "https://phab.enlightenment.org/" } |