Page MenuHomeDevCentral
Paste P121

.arcrc for several Phabricator instances
ActivePublic

Authored by dereckson on Nov 7 2015, 12:17.
{
"config" : {
"default" : "http:\/\/devcentral.nasqueron.org",
"browser": "/usr/local/bin/links"
},
"hosts" : {
"http:\/\/devcentral.nasqueron.org\/api\/" : {
"user" : "dereckson",
"cert" : "",
},
"https:\/\/phabricator.wikimedia.org\/api\/" : {
"user" : "dereckson",
"cert" : ""
},
"https:\/\/secure.phabricator.com\/api\/" : {
"user" : "dereckson",
"cert" : ""
},
"https:\/\/reviews.freebsd.org\/api\/" : {
"user" : "dereckson",
"cert" : ""
},
"http:\/\/code.zed.dereckson.be\/api\/" : {
"user" : "dereckson",
"cert" : ""
},
"https:\/\/phabricator.wolfplex.be\/api\/" : {
"user" : "dereckson",
"cert" : ""
}
}
}

Event Timeline

dereckson changed the title of this paste from untitled to .arcrc for several Phabricator instances.
dereckson updated the paste's language from autodetect to autodetect.
dereckson updated the paste's language from autodetect to json.
dereckson added a project: DevCentral.