summaryrefslogtreecommitdiff
path: root/devel/phabricator/files/local.json.sample
blob: a2b66542d153c39bea44ffb4af70e79c37a3f066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "phd.user": "www",
  "phd.log-directory": "/var/log",
  "mysql.host": "localhost",
  "mysql.port": "3306",
  "mysql.user": "phabric",
  "mysql.pass": "SECRET",
  "repository.default-local-path": "/var/phabricator/repo",
  "storage.local-disk.path": "/var/phabricator/files",
  "phabricator.base-uri": "http://phabricator.example.com/",
  "phabricator.show-prototypes": true,
  "diffusion.ssh-user": "git",
  "diffusion.ssh-port": 22,
  "phpmailer.smtp-host": "mail.example.com",
  "phpmailer.smtp-port": 25,
  "phpmailer.smtp-user": "phabricator@example.com",
  "phpmailer.smtp-password": "SECRET",
  "phpmailer.smtp-protocol": "tls"
}