Page MenuHomePhabricator
Paste P1881

local.json
ActivePublic

Authored by joshuaspence on Oct 30 2015, 11:44 PM.
Tags
None
Referenced Files
F929607: local.json
Oct 30 2015, 11:44 PM
Subscribers
None
{
"auth.require-approval": false,
"cluster.addresses": [
"10.0.0.0/8",
"127.0.0.1/32"
],
"config.ignore-issues": [
"large-files",
"security.security.alternate-file-domain"
],
"darkconsole.always-on": true,
"darkconsole.enabled": true,
"diffusion.allow-http-auth": true,
"diffusion.ssh-user": "vcs",
"environment.append-paths": [
"\/usr\/lib\/git-core"
],
"files.enable-imagemagick": true,
"metamta.domain": "local",
"metamta.default-address": "phabricator@local",
"metamta.mail-adapter": "PhabricatorMailImplementationTestAdapter",
"mysql.user": "root",
"mysql.host": "localhost",
"mysql.pass": "",
"notification.enabled": false,
"phabricator.base-uri": "http:\/\/phabricator.local",
"phabricator.developer-mode": true,
"phabricator.show-prototypes": true,
"phabricator.timezone": "Australia\/Sydney",
"phd.user": "phd",
"policy.allow-public": true,
"pygments.enabled": true,
"sms.default-adapter": "PhabricatorSMSImplementationAdapter"
}

Event Timeline

joshuaspence changed the title of this paste from untitled to local.json.
joshuaspence updated the paste's language from autodetect to autodetect.